hass-core/homeassistant/components/onewire
Tim Rightnour 93395f9b68
Add support for PRESSURE_CBAR (centibars) (#58762)
* Add support for PRESSURE_CBAR (centibars).  This is the standard UOM for tensiometers.

While the data could be converted into something like MBAR, and displayed
like that, the correct UOM for this type of sensor is CBAR.  Displaying
it as MBAR would be the same as displaying air pressure as feet of Hg, while
technically correct, it's hard to understand when reading.

Adding support for this UOM will fix errors in the UI(statistics) about the unit not
matching a unit of the device_class.

* Add tests for PRESSURE_CBAR
2021-11-10 09:44:05 +01:00
..
translations [ci skip] Translation update 2021-11-10 00:17:39 +00:00
__init__.py Cleanup device registration in Onewire (#58101) 2021-10-22 11:45:40 +02:00
binary_sensor.py Cleanup device registration in Onewire (#58101) 2021-10-22 11:45:40 +02:00
config_flow.py
const.py Add support for PRESSURE_CBAR (centibars) (#58762) 2021-11-10 09:44:05 +01:00
manifest.json
model.py Cleanup device registration in Onewire (#58101) 2021-10-22 11:45:40 +02:00
onewire_entities.py
onewirehub.py Move onewire device compatibility checks (#59338) 2021-11-09 18:30:05 +01:00
sensor.py Add support for PRESSURE_CBAR (centibars) (#58762) 2021-11-10 09:44:05 +01:00
strings.json
switch.py Cleanup device registration in Onewire (#58101) 2021-10-22 11:45:40 +02:00