diff --git a/homeassistant/components/wilight/entity.py b/homeassistant/components/wilight/entity.py index bb360ab2805d..562b9c47a460 100644 --- a/homeassistant/components/wilight/entity.py +++ b/homeassistant/components/wilight/entity.py @@ -35,7 +35,6 @@ class WiLightDevice(Entity): model=api_device.model, manufacturer="WiLight", sw_version=api_device.swversion, - via_device=(DOMAIN, self._device_id), ) @property