Use explicit device name in Broadlink (#98229)

pull/97830/head
Joost Lekkerkerker 2023-08-11 12:15:04 +02:00 committed by GitHub
parent 41572480fd
commit b67e290eaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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."""