diff --git a/custom_components/tapo/const.py b/custom_components/tapo/const.py index 360825f..2002cad 100755 --- a/custom_components/tapo/const.py +++ b/custom_components/tapo/const.py @@ -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 = {