Skip to content

Commit

Permalink
fix: remove wrong brightness for s505 (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
petretiandrea authored Nov 2, 2023
1 parent 76a9295 commit 32e6fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/tapo/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"tl31": [ColorMode.ONOFF, ColorMode.BRIGHTNESS, ColorMode.COLOR_TEMP],
"s500d": [ColorMode.ONOFF, ColorMode.BRIGHTNESS],
"s500": [ColorMode.ONOFF, ColorMode.BRIGHTNESS],
"s505": [ColorMode.ONOFF, ColorMode.BRIGHTNESS],
"s505": [ColorMode.ONOFF],
"ts15": [ColorMode.ONOFF],
"l535": [ColorMode.ONOFF, ColorMode.BRIGHTNESS, ColorMode.COLOR_TEMP, ColorMode.HS],
}
Expand Down

0 comments on commit 32e6fa9

Please sign in to comment.