Add explicit device naming to Led BLE (#96421)

This commit is contained in:
Joost Lekkerkerker 2023-07-12 16:40:03 +02:00 committed by GitHub
parent 6c40004061
commit e8c2921852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,7 @@ class LEDBLEEntity(CoordinatorEntity, LightEntity):
_attr_supported_color_modes = {ColorMode.RGB, ColorMode.WHITE}
_attr_has_entity_name = True
_attr_name = None
_attr_supported_features = LightEntityFeature.EFFECT
def __init__(