hass-core/homeassistant/components/zha
Julien "_FrnchFrgg_" Rivaud b2bd68a4a0
Avoid arbitrarily reducing ZHA climate temperature information (#43442)
The Zigbee specification mandates that temperatures are given in
1/100ths of degrees, and several devices are able to provide temperature
readings or accept target temperature settings with precision equal or
better than 0.1°C. Yet the ZHA climate entity implementation advertises
an hard-coded precision of 0.5°C.

Avoid arbitrary coarsening by advertising 0.1°C precision, as passing
through the full 0.01°C precision is probably not that useful.
2020-11-21 00:06:50 -05:00
..
core Remove zigpy monkey patching (#43456) 2020-11-20 20:02:52 -05:00
translations [ci skip] Translation update 2020-11-12 00:10:58 +00:00
__init__.py Remove invalidation version from ZHA deprecated config options (#37089) 2020-06-25 08:17:31 -04:00
api.py Allow ZHA coordinator binding/unbinding (#42854) 2020-11-06 17:33:13 -05:00
binary_sensor.py Indentify IKEA and Phillips motion sensors correctly (#41111) 2020-10-03 19:52:21 -04:00
climate.py Avoid arbitrarily reducing ZHA climate temperature information (#43442) 2020-11-21 00:06:50 -05:00
config_flow.py Upgrade black to 20.8b1 (#39287) 2020-08-27 13:56:20 +02:00
cover.py Cleanup async_accept_signal in ZHA (#38009) 2020-07-20 07:04:57 -07:00
device_action.py guard against invalid trigger and action scenarios (#32512) 2020-03-05 15:52:09 -05:00
device_tracker.py Cleanup unused loggers (components N-Z + tests) (#41982) 2020-10-16 21:24:08 -05:00
device_trigger.py Exception chaining and wrapping improvements (#39320) 2020-08-28 13:50:32 +02:00
entity.py Don't poll entities for unavailable ZHA devices (#39756) 2020-09-07 13:52:00 -04:00
fan.py Cleanup unused loggers (components N-Z + tests) (#41982) 2020-10-16 21:24:08 -05:00
light.py Refactor ZHA light initialization (#43149) 2020-11-14 17:24:41 -05:00
lock.py Cleanup unused loggers (components N-Z + tests) (#41982) 2020-10-16 21:24:08 -05:00
manifest.json Remove zigpy monkey patching (#43456) 2020-11-20 20:02:52 -05:00
sensor.py Refactor ZHA sensor initialization (#43339) 2020-11-18 21:34:12 -05:00
services.yaml Refactor permit services to allow joining using install codes (#40652) 2020-09-28 20:55:08 -04:00
strings.json Use common strings in zha config flow (#41127) 2020-10-03 14:48:26 +02:00
switch.py Cleanup unused loggers (components N-Z + tests) (#41982) 2020-10-16 21:24:08 -05:00