mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 13:27:09 +00:00
Use explicit device name in Broadlink (#98229)
This commit is contained in:
parent
41572480fd
commit
b67e290eaa
@ -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