diff --git a/tests/components/light/test_init.py b/tests/components/light/test_init.py index 5e9e63416ab71a..d35321b44793ca 100644 --- a/tests/components/light/test_init.py +++ b/tests/components/light/test_init.py @@ -392,4 +392,5 @@ async def test_intent_set_color_and_brightness(hass): assert call.domain == light.DOMAIN assert call.service == SERVICE_TURN_ON assert call.data.get(ATTR_ENTITY_ID) == 'light.hello_2' - assert call.data.get(light.ATTR_RGB_COLOR) == (0, 0, 255) \ No newline at end of file + assert call.data.get(light.ATTR_RGB_COLOR) == (0, 0, 255) + assert call.data.get(light.ATTR_BRIGHTNESS_PCT) == 20