Skip to content

Commit

Permalink
馃挕 add ambient light for yeelink ceiling20 (#1611)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Apr 30, 2024
1 parent 85e2edf commit 698f33d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/xiaomi_miot/core/miio2miot_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2175,7 +2175,7 @@ def cbk(prop, params, props, **kwargs):
'yeelink.light.ceiling17': 'yeelink.light.ceiling16',
'yeelink.light.ceiling18': 'yeelink.light.ceiling6',
'yeelink.light.ceiling19': 'yeelink.light.ceiling10',
'yeelink.light.ceiling20': 'yeelink.light.ceiling6',
'yeelink.light.ceiling20': 'yeelink.light.ceiling10',
'yeelink.light.ceiling21': {
'extend_model': 'yeelink.light.ceiling22',
'miio_specs': {
Expand Down
2 changes: 1 addition & 1 deletion custom_components/xiaomi_miot/core/miot_specs_extend.json
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,7 @@
}
],
"yeelink.light.ceiling19": "yeelink.light.ceiling4",
"yeelink.light.ceiling20": "yeelink.light.ceiling1",
"yeelink.light.ceiling20": "yeelink.light.ceiling4",
"yeelink.light.ceiling21": "yeelink.light.ceiling1",
"yeelink.light.ceiling22": "yeelink.light.ceiling1",
"yeelink.light.ceiling23": "yeelink.light.ceiling1",
Expand Down

0 comments on commit 698f33d

Please sign in to comment.