core/homeassistant/components/ecobee
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
..
__init__.py
binary_sensor.py
climate.py Add current_humidity to Ecobee humidifier (#114753) 2024-04-05 21:54:40 +02:00
config_flow.py
const.py Add empty line after module docstring (2) [components] (#112736) 2024-03-08 19:15:59 +01:00
entity.py
humidifier.py Add current_humidity to Ecobee humidifier (#114753) 2024-04-05 21:54:40 +02:00
icons.json
manifest.json
notify.py
number.py Improve lists in integrations [E-F] (#113075) 2024-03-12 18:42:43 +01:00
sensor.py
services.yaml
strings.json Add ecobee indefinite away preset, remove unusable/broken presets (#108636) 2024-03-22 22:45:54 +01:00
util.py Add ecobee indefinite away preset, remove unusable/broken presets (#108636) 2024-03-22 22:45:54 +01:00
weather.py Remove deprecated forecast attribute from WeatherEntity (#110761) 2024-03-27 16:51:29 +01:00