hass-core/homeassistant
Brent Petit c9ce848b4b
Add current_humidity to Ecobee humidifier (#114753)
* Ecobee: add current_humidity to humidifier

* Ecobee: Add test for current_humidity property

* Update current_humidity handling in climate and
humidifier entity to support the ecobee API
not returning actualHumidity, which is an optional
value.
Also updated tests to add a thermostat which
covers a non-populated humidity. In passing,
set up the new test thermostat to cover a missing
condition where the code doens't recognize the
ecobee model number. This gets ecobee humidifier
test coverage to 100%
2024-04-05 21:54:40 +02:00
..
auth Remove unnecessary functools.cached_property backport (#114239) 2024-04-04 11:24:26 +02:00
backports Remove unnecessary functools.cached_property backport (#114239) 2024-04-04 11:24:26 +02:00
brands Add eq3btsmart integration (#109291) 2024-03-28 15:20:56 -10:00
components Add current_humidity to Ecobee humidifier (#114753) 2024-04-05 21:54:40 +02:00
generated Allow single entry in Downloader (#114957) 2024-04-05 19:45:14 +02:00
helpers Start async_schedule_update_ha_state task eagerly (#114704) 2024-04-05 08:14:21 -10:00
scripts Avoid creating unneeded Context and Event objects when firing events (#113798) 2024-03-20 09:40:06 +01:00
util Remove unnecessary functools.cached_property backport (#114239) 2024-04-04 11:24:26 +02:00
__init__.py
__main__.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
block_async_io.py Detect blocking module imports in the event loop (#114488) 2024-03-30 19:51:31 -10:00
bootstrap.py Speed up logger setup (#114610) 2024-04-04 08:35:44 +02:00
config.py Enable Ruff TRY300 (#114437) 2024-03-30 10:37:59 +01:00
config_entries.py Remove unnecessary functools.cached_property backport (#114239) 2024-04-04 11:24:26 +02:00
const.py Bump version to 2024.5.0dev0 (#114324) 2024-03-27 19:43:38 +01:00
core.py Avoid timestamp conversion in core State when equal to last_updated (#114911) 2024-04-05 08:27:27 +02:00
data_entry_flow.py Enable ruff TRY401 (#114395) 2024-03-29 07:20:36 +01:00
exceptions.py Bump ruff to 0.3.4 (#112690) 2024-03-26 00:02:16 +01:00
loader.py Remove unnecessary functools.cached_property backport (#114239) 2024-04-04 11:24:26 +02:00
package_constraints.txt Bump hass-nabucasa from 0.79.0 to 0.80.0 (#114818) 2024-04-05 00:48:21 +02:00
requirements.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
runner.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
setup.py Avoid trying to load platform that are known to not exist in async_prepare_setup_platform (#114659) 2024-04-02 11:22:40 -10:00
strings.json Smhi add reconfigure step to config flow (#114044) 2024-03-23 11:01:59 +01:00