From e756dd0c09fc2cd4012eb0d72ed4e217b0c6edb5 Mon Sep 17 00:00:00 2001 From: leko Date: Sun, 18 Aug 2024 00:45:03 +0800 Subject: [PATCH] feat: add giot.light.v8ssm --- 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 d68f38a4..b30c7573 100644 --- a/custom_components/xiaomi_gateway3/core/devices.py +++ b/custom_components/xiaomi_gateway3/core/devices.py @@ -3071,6 +3071,7 @@ "ttl": "7d", }, { 11724: ["GranwinIoT", "Mesh Light V5", "giot.light.v5ssm"], + 15504: ["GranwinIoT", "Mesh Light V8", "giot.light.v8ssm"] "spec": [ BaseConv("light", "light", mi="2.p.1"), BrightnessConv("brightness", mi="2.p.2", max=100),