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 Remove YAML configuration from onewire (#53728) 2021-07-29 22:12:00 -07:00
const.py Add support for PRESSURE_CBAR (centibars) (#58762) 2021-11-10 09:44:05 +01:00
manifest.json Add support for IoT class in manifest (#46935) 2021-04-15 10:21:38 +02:00
model.py Cleanup device registration in Onewire (#58101) 2021-10-22 11:45:40 +02:00
onewire_entities.py Use EntityDescription - onewire (#55003) 2021-08-24 10:37:59 +02:00
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 Add config flow for One wire (#39321) 2020-10-23 20:57:16 -05:00
switch.py Cleanup device registration in Onewire (#58101) 2021-10-22 11:45:40 +02:00