Skip to content

Commit

Permalink
Add yeelink.bhf_light.v2 and yeelink.light.lamp22 support (#1250)
Browse files Browse the repository at this point in the history
* Add yeelink.bhf_light.v2 and other supports

I have these two devices but not list in specs.yaml

* fix color_temp in specs.yaml
  • Loading branch information
FaintGhost authored Dec 14, 2021
1 parent ee88751 commit 0903990
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions miio/integrations/yeelight/specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,12 @@ yeelink.light.strip4:
night_light: False
color_temp: [2700, 6500]
supports_color: True
yeelink.bhf_light.v2:
night_light: False
color_temp: [0, 0]
supports_color: False
yeelink.light.lamp22:
night_light: False
color_temp: [2700, 6500]
supports_color: True

0 comments on commit 0903990

Please sign in to comment.