mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Add device naming to Yeelight (#97639)
This commit is contained in:
committed by
GitHub
parent
9d9af0c884
commit
82f27115f5
@@ -930,6 +930,8 @@ class YeelightColorLightWithoutNightlightSwitch(
|
||||
):
|
||||
"""Representation of a Color Yeelight light."""
|
||||
|
||||
_attr_name = None
|
||||
|
||||
|
||||
class YeelightColorLightWithNightlightSwitch(
|
||||
YeelightNightLightSupport, YeelightColorLightSupport, YeelightGenericLight
|
||||
|
Reference in New Issue
Block a user