Skip to content

Commit

Permalink
feat: support tl135 and tl135e (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
petretiandrea authored Feb 24, 2024
1 parent 5773d60 commit c213461
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions custom_components/tapo/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,20 @@
ColorMode.COLOR_TEMP,
ColorMode.HS,
},
"tl135": {
ColorMode.ONOFF,
ColorMode.BRIGHTNESS,
ColorMode.COLOR_TEMP,
ColorMode.HS,
},
"tl135e": {
ColorMode.ONOFF,
ColorMode.BRIGHTNESS,
ColorMode.COLOR_TEMP,
ColorMode.HS,
},
}

SUPPORTED_DEVICE_AS_LED_STRIP = ["l930", "l920", "l900"]

SUPPORTED_LIGHT_EFFECTS = {
Expand Down

0 comments on commit c213461

Please sign in to comment.