-
- Downloads
Add aircleaner and humidify service to nexia climate (#33078)
* Add aircleaner and humidify service to nexia climate * These were removed from the original merge to reduce review scope * Additional tests for binary_sensor, sensor, and climate states * Switch to signals for services Get rid of everywhere we call device and change to zone or thermostat as it was too confusing Renames to make it clear that zone and thermostat are tightly coupled * Make scene activation responsive * no need to use update for only one key/value * stray comma * use async_call_later * its async, need ()s * cleaner * merge entity platform services testing branch
Showing
- homeassistant/components/nexia/__init__.py 2 additions, 3 deletionshomeassistant/components/nexia/__init__.py
- homeassistant/components/nexia/binary_sensor.py 12 additions, 47 deletionshomeassistant/components/nexia/binary_sensor.py
- homeassistant/components/nexia/climate.py 155 additions, 122 deletionshomeassistant/components/nexia/climate.py
- homeassistant/components/nexia/const.py 5 additions, 2 deletionshomeassistant/components/nexia/const.py
- homeassistant/components/nexia/entity.py 104 additions, 1 deletionhomeassistant/components/nexia/entity.py
- homeassistant/components/nexia/scene.py 19 additions, 29 deletionshomeassistant/components/nexia/scene.py
- homeassistant/components/nexia/sensor.py 48 additions, 85 deletionshomeassistant/components/nexia/sensor.py
- homeassistant/components/nexia/services.yaml 19 additions, 0 deletionshomeassistant/components/nexia/services.yaml
- homeassistant/components/nexia/util.py 6 additions, 0 deletionshomeassistant/components/nexia/util.py
- tests/components/nexia/test_binary_sensor.py 35 additions, 0 deletionstests/components/nexia/test_binary_sensor.py
- tests/components/nexia/test_climate.py 35 additions, 0 deletionstests/components/nexia/test_climate.py
- tests/components/nexia/test_scene.py 3 additions, 3 deletionstests/components/nexia/test_scene.py
- tests/components/nexia/test_sensor.py 133 additions, 0 deletionstests/components/nexia/test_sensor.py
Loading
Please register or sign in to comment