mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 08:05:06 +02:00
Set Lutron switch to device name (#111293)
This commit is contained in:
committed by
Paulus Schoutsen
parent
cb72095a85
commit
50d868766c
@@ -43,6 +43,7 @@ class LutronSwitch(LutronDevice, SwitchEntity):
|
|||||||
"""Representation of a Lutron Switch."""
|
"""Representation of a Lutron Switch."""
|
||||||
|
|
||||||
_lutron_device: Output
|
_lutron_device: Output
|
||||||
|
_attr_name = None
|
||||||
|
|
||||||
def turn_on(self, **kwargs: Any) -> None:
|
def turn_on(self, **kwargs: Any) -> None:
|
||||||
"""Turn the switch on."""
|
"""Turn the switch on."""
|
||||||
|
Reference in New Issue
Block a user