mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Fix demos (#32086)
* Fixes for demos * Update vacuum.py * Comment * Fix tests
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user