From 6079c2a6737393903db10643370c9afc20f8e339 Mon Sep 17 00:00:00 2001 From: chiachunli08 <57161492+chiachunli08@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:39:30 +0800 Subject: [PATCH] Add support for yeelink.light.wy0a01 https://home.miot-spec.com/spec/yeelink.light.wy0a01 --- custom_components/xiaomi_gateway3/core/devices.py | 1 + 1 file changed, 1 insertion(+) 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),