Skip to content

Commit 1c835f9

Browse files
authored
Merge pull request #1429 from Necroneco/fix-comma
fix comma
2 parents 0396b1d + bfd99e7 commit 1c835f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/xiaomi_gateway3/core/devices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3071,7 +3071,7 @@
30713071
"ttl": "7d",
30723072
}, {
30733073
11724: ["GranwinIoT", "Mesh Light V5", "giot.light.v5ssm"],
3074-
15504: ["GranwinIoT", "Mesh Light V8", "giot.light.v8ssm"]
3074+
15504: ["GranwinIoT", "Mesh Light V8", "giot.light.v8ssm"],
30753075
"spec": [
30763076
BaseConv("light", "light", mi="2.p.1"),
30773077
BrightnessConv("brightness", mi="2.p.2", max=100),

0 commit comments

Comments
 (0)