Skip to content

Commit

Permalink
Add support Yeelight Smart Light (yeelink.light.wy0a03) #1171
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Oct 30, 2023
1 parent 3631372 commit bafee63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/xiaomi_gateway3/core/converters/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -1783,6 +1783,8 @@
13471: ["LeMesh", "Mesh Light", "lemesh.light.wy0c14"],
# https://home.miot-spec.com/spec/lemesh.light.wy0c15
13525: ["LeMesh", "Mesh Light", "lemesh.light.wy0c15"],
# https://home.miot-spec.com/spec/yeelink.light.wy0a03
14335: ["Yeelight", "Yeelight Smart Light", "yeelink.light.wy0a03"],
"spec": [
Converter("light", "light", mi="2.p.1"),
BrightnessConv("brightness", mi="2.p.2", parent="light", max=100),
Expand Down

0 comments on commit bafee63

Please sign in to comment.