Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add config for bus_voltage_over_limit to ina2xx.rst #4555

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions components/sensor/ina2xx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ Configuration variables:
- **temperature_coefficient** (*Optional*, integer from ``0`` to ``16383``): Temperature coefficient (ppm/°C) of the
shunt for temperature compensation correction. Only applicable to INA228 and INA229 devices. Zero value means
no compensation is done. Defaults to ``0``.
- **bus_voltage_over_limit** (*Optional*, float): Set a the bus voltage over limit threshold to trigger an alert. Only applicable to INA228 and INA229 devices.
- **update_interval** (*Optional*, :ref:`config-time`): The interval to check the sensor. Defaults to ``60s``.
- All other options from :ref:`Sensor <config-sensor>` and :ref:`I²C device <i2c>`.

Expand Down Expand Up @@ -135,6 +136,7 @@ Configuration variables:
- **temperature_coefficient** (*Optional*, integer from ``0`` to ``16383``): Temperature coefficient (ppm/°C) of the
shunt for temperature compensation correction. Only applicable to INA228 and INA229 devices. Zero value means
no compensation is done. Defaults to ``0``.
- **bus_voltage_over_limit** (*Optional*, float): Set a the bus voltage over limit threshold to trigger an alert. Only applicable to INA228 and INA229 devices.
- **update_interval** (*Optional*, :ref:`config-time`): The interval to check the sensor. Defaults to ``60s``.
- All other options from :ref:`Sensor <config-sensor>` and :ref:`SPI device <spi>`.

Expand Down
Loading