diff --git a/custom_components/xiaomi_gateway3/core/devices.py b/custom_components/xiaomi_gateway3/core/devices.py index 762ff532..176f30bf 100644 --- a/custom_components/xiaomi_gateway3/core/devices.py +++ b/custom_components/xiaomi_gateway3/core/devices.py @@ -2242,6 +2242,7 @@ 13471: ["LeMesh", "Mesh Light", "lemesh.light.wy0c14"], 13525: ["LeMesh", "Mesh Light", "lemesh.light.wy0c15"], 14335: ["Yeelight", "Yeelight Smart Light", "yeelink.light.wy0a03"], + 14162: ["Yeelight", "Yeelight Smart Light", "yeelink.light.wy0a01"], "spec": [ BaseConv("light", "light", mi="2.p.1"), BrightnessConv("brightness", mi="2.p.2", max=100),