mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Add device naming to Yeelight (#97639)
This commit is contained in:
parent
9d9af0c884
commit
82f27115f5
@ -930,6 +930,8 @@ class YeelightColorLightWithoutNightlightSwitch(
|
||||
):
|
||||
"""Representation of a Color Yeelight light."""
|
||||
|
||||
_attr_name = None
|
||||
|
||||
|
||||
class YeelightColorLightWithNightlightSwitch(
|
||||
YeelightNightLightSupport, YeelightColorLightSupport, YeelightGenericLight
|
||||
|
Loading…
x
Reference in New Issue
Block a user