diff --git a/homeassistant/components/lutron/switch.py b/homeassistant/components/lutron/switch.py index 0286fdef238c..37aa26f6313e 100644 --- a/homeassistant/components/lutron/switch.py +++ b/homeassistant/components/lutron/switch.py @@ -43,6 +43,7 @@ class LutronSwitch(LutronDevice, SwitchEntity): """Representation of a Lutron Switch.""" _lutron_device: Output + _attr_name = None def turn_on(self, **kwargs: Any) -> None: """Turn the switch on."""