diff --git a/content/components/sensor/ina2xx.md b/content/components/sensor/ina2xx.md index 606ec25388..118f114d6b 100644 --- a/content/components/sensor/ina2xx.md +++ b/content/components/sensor/ina2xx.md @@ -80,6 +80,9 @@ sensor: no compensation is done. Defaults to `0`. - **update_interval** (*Optional*, [Time](#config-time)): The interval to check the sensor. Defaults to `60s`. + +- **reset_on_boot** (*Optional*, boolean): Whether or not to reset the device configuration (including counters) on component initialization. Defaults to `yes`/`true`. Set `no`/`false` to preserve counters through ESPHome resets. + - All other options from [Sensor](#config-sensor) and [I²C device](#i2c). ## Over SPI @@ -130,6 +133,9 @@ sensor: no compensation is done. Defaults to `0`. - **update_interval** (*Optional*, [Time](#config-time)): The interval to check the sensor. Defaults to `60s`. + +- **reset_on_boot** (*Optional*, boolean): Whether or not to reset the device configuration (including counters) on component initialization. Defaults to `yes`/`true`. Set `no`/`false` to preserve counters through ESPHome resets. + - All other options from [Sensor](#config-sensor) and [SPI device](#spi). ## Sensors