Skip to content

Commit

Permalink
Set Lutron switch to device name (#111293)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek committed Feb 24, 2024
1 parent 597118d commit 47b7dd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/lutron/switch.py
Expand Up @@ -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."""
Expand Down

0 comments on commit 47b7dd4

Please sign in to comment.