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