From 357bfc46bfd92131f34ef36a17008c090854e0a9 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 3 Aug 2023 09:13:23 +0200 Subject: [PATCH] Revert "Add device naming to Yeelight" (#97647) Revert "Add device naming to Yeelight (#97639)" This reverts commit 82f27115f5b53074fa385cd571c37115544efbe8. --- homeassistant/components/yeelight/light.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/homeassistant/components/yeelight/light.py b/homeassistant/components/yeelight/light.py index 2180eecff22..35739b0f596 100644 --- a/homeassistant/components/yeelight/light.py +++ b/homeassistant/components/yeelight/light.py @@ -930,8 +930,6 @@ class YeelightColorLightWithoutNightlightSwitch( ): """Representation of a Color Yeelight light.""" - _attr_name = None - class YeelightColorLightWithNightlightSwitch( YeelightNightLightSupport, YeelightColorLightSupport, YeelightGenericLight