Add explicit device name to Broadlink (#95516)

pull/95531/head
Joost Lekkerkerker 2023-06-29 12:03:25 +02:00 committed by GitHub
parent 5d1c1b35d3
commit 369de1cad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ class BroadlinkRemote(BroadlinkEntity, RemoteEntity, RestoreEntity):
"""Representation of a Broadlink remote.""" """Representation of a Broadlink remote."""
_attr_has_entity_name = True _attr_has_entity_name = True
_attr_name = None
def __init__(self, device, codes, flags): def __init__(self, device, codes, flags):
"""Initialize the remote.""" """Initialize the remote."""