Add device naming to Yeelight (#97639)
This commit is contained in:
parent
9d9af0c884
commit
82f27115f5
1 changed files with 2 additions and 0 deletions
|
@ -930,6 +930,8 @@ class YeelightColorLightWithoutNightlightSwitch(
|
|||
):
|
||||
"""Representation of a Color Yeelight light."""
|
||||
|
||||
_attr_name = None
|
||||
|
||||
|
||||
class YeelightColorLightWithNightlightSwitch(
|
||||
YeelightNightLightSupport, YeelightColorLightSupport, YeelightGenericLight
|
||||
|
|
Loading…
Add table
Reference in a new issue