mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 08:07:45 +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."""
|
"""Representation of a Color Yeelight light."""
|
||||||
|
|
||||||
|
_attr_name = None
|
||||||
|
|
||||||
|
|
||||||
class YeelightColorLightWithNightlightSwitch(
|
class YeelightColorLightWithNightlightSwitch(
|
||||||
YeelightNightLightSupport, YeelightColorLightSupport, YeelightGenericLight
|
YeelightNightLightSupport, YeelightColorLightSupport, YeelightGenericLight
|
||||||
|
Loading…
x
Reference in New Issue
Block a user