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
api.py Allow ZHA coordinator binding/unbinding (#42854) 2020-11-06 17:33:13 -05:00
binary_sensor.py
climate.py Avoid arbitrarily reducing ZHA climate temperature information (#43442) 2020-11-21 00:06:50 -05:00
config_flow.py
cover.py
device_action.py
device_tracker.py
device_trigger.py
entity.py
fan.py
light.py Refactor ZHA light initialization (#43149) 2020-11-14 17:24:41 -05:00
lock.py
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
strings.json
switch.py