mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Use explicit device name in Broadlink (#98229)
This commit is contained in:
parent
819cea0ea0
commit
63b2fa6d1b
@ -45,6 +45,7 @@ class BroadlinkLight(BroadlinkEntity, LightEntity):
|
||||
"""Representation of a Broadlink light."""
|
||||
|
||||
_attr_has_entity_name = True
|
||||
_attr_name = None
|
||||
|
||||
def __init__(self, device):
|
||||
"""Initialize the light."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user