Use explicit device name in Broadlink (#98229)

This commit is contained in:
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

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