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
This commit is contained in:
parent
0e3dc7976c
commit
b8fdebd05c
13 changed files with 575 additions and 291 deletions
|
@ -1,10 +1,10 @@
|
|||
"""The lock tests for the august platform."""
|
||||
"""The scene tests for the nexia platform."""
|
||||
|
||||
from .util import async_init_integration
|
||||
|
||||
|
||||
async def test_automation_scenees(hass):
|
||||
"""Test creation automation scenees."""
|
||||
async def test_automation_scenes(hass):
|
||||
"""Test creation automation scenes."""
|
||||
|
||||
await async_init_integration(hass)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue