Add device naming to Yeelight (#97639)

This commit is contained in:
Joost Lekkerkerker
2023-08-02 23:48:37 +02:00
committed by GitHub
parent 9d9af0c884
commit 82f27115f5

View File

@@ -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