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

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

This reverts commit 82f27115f5.
pull/97670/head
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
1 changed files with 0 additions and 2 deletions

View File

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