core/homeassistant
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
..
auth Use list literal without using dict.keys() (#42573) 2020-10-30 09:19:13 -05:00
components Avoid arbitrarily reducing ZHA climate temperature information (#43442) 2020-11-21 00:06:50 -05:00
generated Add Srp energy component (#41091) 2020-11-20 08:18:02 -05:00
helpers Add support for checking minimum HA version (#43350) 2020-11-20 15:24:42 +01:00
scripts Upgrade colorlog to 4.5.0 (#42965) 2020-11-08 14:05:55 +01:00
util Simplify distance conversion (#43107) 2020-11-11 20:10:17 +01:00
__init__.py
__main__.py
block_async_io.py
bootstrap.py Automatically clean up executor as part of closing loop (#43284) 2020-11-16 15:43:48 +01:00
config.py
config_entries.py Extend WS API result when enabling an entity (#42667) 2020-11-09 19:47:45 +01:00
const.py Add support for selectors in services.yaml (#43162) 2020-11-13 22:53:55 +01:00
core.py Automatically clean up executor as part of closing loop (#43284) 2020-11-16 15:43:48 +01:00
data_entry_flow.py Add data entry flow show progress step (#42419) 2020-11-09 18:39:28 +01:00
exceptions.py
loader.py Limit concurrency of async_get_integration to avoid creating extra threads (#43085) 2020-11-10 21:34:54 -10:00
package_constraints.txt Updated frontend to 20201111.2 (#43334) 2020-11-18 08:24:25 +01:00
requirements.py
runner.py Automatically clean up executor as part of closing loop (#43284) 2020-11-16 15:43:48 +01:00
setup.py
strings.json Add not internet accessible to base strings for config flows (#42478) 2020-11-08 08:55:18 +01:00