diff --git a/tests/components/google_assistant/test_smart_home.py b/tests/components/google_assistant/test_smart_home.py index d7684dc90e0..dd9373c782a 100644 --- a/tests/components/google_assistant/test_smart_home.py +++ b/tests/components/google_assistant/test_smart_home.py @@ -266,7 +266,6 @@ async def test_unavailable_state_doesnt_sync(hass): light = DemoLight( None, 'Demo Light', state=False, - hs_color=(180, 75), ) light.hass = hass light.entity_id = 'light.demo_light'