hass-core/homeassistant
Nash Kaminski 2ae91bf0ea
Correct humidifier detection in venstar component and add tests (#50439)
As of version 0.14, the venstar_colortouch lib always initializes hum_setpoint to None. When a thermostat actually reports a humidifier state, this value is replaced with the integer value of the setpoint. This changeset corrects the humidifier detection as well as adds basic test cases for the Venstar component.
2021-05-24 16:41:37 +02:00
..
auth Pylint plugin to check that relative imports are used (#50937) 2021-05-22 09:15:30 +01:00
components Correct humidifier detection in venstar component and add tests (#50439) 2021-05-24 16:41:37 +02:00
generated Add wallbox integration (#48082) 2021-05-24 13:08:24 +02:00
helpers Fix typing in config flow helper (#50994) 2021-05-23 14:08:21 +02:00
scripts
util Use whoami for location lookup (#50934) 2021-05-22 20:34:48 -07:00
__init__.py
__main__.py
block_async_io.py
bootstrap.py
config.py
config_entries.py Change config entry state to an enum (#49654) 2021-05-20 19:19:20 +02:00
const.py Add Final type for all core constants (#50858) 2021-05-19 19:31:38 +03:00
core.py Add missing return type in Core constructors (#50884) 2021-05-20 18:53:29 +03:00
data_entry_flow.py Add missing return type in Core constructors (#50884) 2021-05-20 18:53:29 +03:00
exceptions.py
loader.py Add missing return type in Core constructors (#50884) 2021-05-20 18:53:29 +03:00
package_constraints.txt Bump async-upnp-client to 0.18.0 (#51017) 2021-05-24 13:50:40 +02:00
requirements.py
runner.py
setup.py
strings.json