core/homeassistant/components/deconz
Michael Jäger 7a6897c757
Add deconz current hvac operation to thermostate based on "state" (#59989)
* deconz - add current hvac operation to thermostate based on "state"

* deconz - extend current hvac operation to thermostate based on "state" and "mode"

* Add tests for current hvac action

* Add boost mode as special case

* format using Black

* sort imports

* Add test for device with mode none and state none

* Update homeassistant/components/deconz/climate.py

Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>

* Fix test_climate.py test_no_mode_no_state

* Add test for boost mode

Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
2022-09-21 08:20:44 +02:00
..
translations
__init__.py Move up setup of service to make it more robust when running multiple instances of deCONZ (#77621) 2022-09-01 21:33:55 -04:00
alarm_control_panel.py
binary_sensor.py
button.py Add Aqara FP1 support to deCONZ integration (#77568) 2022-08-30 23:33:05 -04:00
climate.py Add deconz current hvac operation to thermostate based on "state" (#59989) 2022-09-21 08:20:44 +02:00
config_flow.py
const.py Add Aqara FP1 support to deCONZ integration (#77568) 2022-08-30 23:33:05 -04:00
cover.py
deconz_device.py
deconz_event.py Add Aqara FP1 support to deCONZ integration (#77568) 2022-08-30 23:33:05 -04:00
device_trigger.py Add Aqara FP1 support to deCONZ integration (#77568) 2022-08-30 23:33:05 -04:00
diagnostics.py
errors.py
fan.py
gateway.py Add Aqara FP1 support to deCONZ integration (#77568) 2022-08-30 23:33:05 -04:00
light.py
lock.py
logbook.py Use platform constants from root (#78032) 2022-09-08 12:24:45 +02:00
manifest.json
number.py
scene.py
select.py Add Aqara FP1 support to deCONZ integration (#77568) 2022-08-30 23:33:05 -04:00
sensor.py Normalize deCONZ sensor unique IDs (#76357) 2022-08-31 08:12:25 +02:00
services.py
services.yaml
siren.py
strings.json
switch.py