From 47b7dd4a01e0abc55fd625a8118d2f30ae42598a Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sat, 24 Feb 2024 20:18:06 +0100 Subject: [PATCH] Set Lutron switch to device name (#111293) --- homeassistant/components/lutron/switch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/lutron/switch.py b/homeassistant/components/lutron/switch.py index 0286fdef238..37aa26f6313 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."""