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

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

This reverts commit 82f27115f5b53074fa385cd571c37115544efbe8.
This commit is contained in:
Joost Lekkerkerker 2023-08-03 09:13:23 +02:00 committed by GitHub
parent 4196c43416
commit 357bfc46bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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