diff --git a/homeassistant/components/light/hue.py b/homeassistant/components/light/hue.py index 686fc01caf9..28a2d79de13 100644 --- a/homeassistant/components/light/hue.py +++ b/homeassistant/components/light/hue.py @@ -298,7 +298,8 @@ class HueLight(Light): @property def device_info(self): """Return the device info.""" - if self.light.type in ('LightGroup', 'Room'): + if self.light.type in ('LightGroup', 'Room', + 'Luminaire', 'LightSource'): return None return {