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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -930,6 +930,8 @@ class YeelightColorLightWithoutNightlightSwitch(
):
"""Representation of a Color Yeelight light."""
_attr_name = None
class YeelightColorLightWithNightlightSwitch(
YeelightNightLightSupport, YeelightColorLightSupport, YeelightGenericLight