From da4e630f5476de38ab422597e8b1941b26678969 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 21 Mar 2018 10:38:06 -0700 Subject: [PATCH] Fix tests --- tests/components/google_assistant/test_smart_home.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/components/google_assistant/test_smart_home.py b/tests/components/google_assistant/test_smart_home.py index 8c9824a32f8..0c69e453092 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'