Skip to content

Commit

Permalink
Merge pull request #1520 from catsimple/master
Browse files Browse the repository at this point in the history
Add flex_switch for lemesh.light.wy0c08
  • Loading branch information
AlexxIT authored Dec 18, 2024
2 parents 8b2a574 + 9894692 commit 9ebc15e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/xiaomi_gateway3/core/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -2250,6 +2250,7 @@
MapConv("power_on_state", "select", mi="4.p.1", map={0: "default", 1: "on"}),
BoolConv("save_state", "switch", mi="4.p.2"),
MapConv("dimming", "select", mi="4.p.3", map={0: "Gradient", 1: "Immediately"}),
BoolConv("flex_switch", "switch", mi="4.p.4"),
BoolConv("night_light", "switch", mi="4.p.5"),
]
}, {
Expand Down

0 comments on commit 9ebc15e

Please sign in to comment.