Revert "Add device naming to Yeelight" (#97647)

Revert "Add device naming to Yeelight (#97639)"

This reverts commit 82f27115f5.
This commit is contained in:
Joost Lekkerkerker
2023-08-03 09:13:23 +02:00
committed by GitHub
parent 4196c43416
commit 357bfc46bf

View File

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