forked from home-assistant/core
Add explicit device name to Broadlink (#95516)
This commit is contained in:
committed by
Paulus Schoutsen
parent
c4a46294cc
commit
2ac5bb46b1
@@ -107,6 +107,7 @@ class BroadlinkRemote(BroadlinkEntity, RemoteEntity, RestoreEntity):
|
||||
"""Representation of a Broadlink remote."""
|
||||
|
||||
_attr_has_entity_name = True
|
||||
_attr_name = None
|
||||
|
||||
def __init__(self, device, codes, flags):
|
||||
"""Initialize the remote."""
|
||||
|
||||
Reference in New Issue
Block a user