1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
* Fixes for demos

* Update vacuum.py

* Comment

* Fix tests
This commit is contained in:
Bram Kragten
2020-03-11 16:16:22 +01:00
committed by GitHub
parent 7127492767
commit 4c4e5f3fa9
8 changed files with 98 additions and 21 deletions

View File

@@ -229,7 +229,7 @@ async def test_emulated_color_temp_group(hass):
state = hass.states.get("light.ceiling_lights")
assert state.state == "on"
assert state.attributes["color_temp"] == 200
assert "hs_color" in state.attributes.keys()
assert "hs_color" not in state.attributes.keys()
state = hass.states.get("light.kitchen_lights")
assert state.state == "on"