mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Add explicit device naming to Led BLE (#96421)
This commit is contained in:
parent
6c40004061
commit
e8c2921852
@ -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__(
|
||||
|
Loading…
x
Reference in New Issue
Block a user