mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Merge remote-tracking branch 'origin/master' into dev
This commit is contained in:
commit
d385e9645d
@ -266,7 +266,6 @@ async def test_unavailable_state_doesnt_sync(hass):
|
|||||||
light = DemoLight(
|
light = DemoLight(
|
||||||
None, 'Demo Light',
|
None, 'Demo Light',
|
||||||
state=False,
|
state=False,
|
||||||
hs_color=(180, 75),
|
|
||||||
)
|
)
|
||||||
light.hass = hass
|
light.hass = hass
|
||||||
light.entity_id = 'light.demo_light'
|
light.entity_id = 'light.demo_light'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user