-
I have my Globe colour/dimming LED bulbs connected with this integration now, on protocol 3.5 however I do not see any options in HA to adjust the colours or even to dim the light, the switch only turns the bulbs on and off. I know they work with colours and dimming as they can do this via the SmartLife app. I know I missed some steps when initially setting them up, however cannot find the details to configure these options. Can you help? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Don't add the device as However your bulbs might be the same as mine - light:
brightness: '22'
brightness_lower: 29
brightness_upper: 1000
color: '24'
color_mode: '21'
color_temp: '23'
color_temp_max_kelvin: 6500
color_temp_min_kelvin: 2700
color_temp_reverse: false
entity_category: None
friendly_name: My LED Bulb
id: '20'
music_mode: true
platform: light
scene: '25' If you want to add a template rather then click on platforms check Import template file this will auto-input fields for you. don't forgot to change the bulb name when click next after using templates. Using template especially if you have multi devices are kinda similar will always save so much time. |
Beta Was this translation helpful? Give feedback.
-
Thank you, I'll try this in the morning. |
Beta Was this translation helpful? Give feedback.
Don't add the device as
switch
add the device aslight
However your bulbs might be the same as mine
dps
I have already export my bulb as template:Create a file in
custom_components/localtuya/templates/file_name_eg_bulbs.yaml
copy the whole template on the bottom, And paste it into
yaml
file you createdrequire HA restart so integration can detect it
This is bulb template file.