Use explicit device name in Broadlink (#98229)

pull/98255/head
Joost Lekkerkerker 2023-08-11 12:15:04 +02:00 committed by Franck Nijhof
parent 819cea0ea0
commit 63b2fa6d1b
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
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."""