I’ve set up a simple script to turn lights off on the ground floor. All lights are triggered except 3 different Tuya LED lights (a fairy light and two led strips). All these lights are confirmed in the areas associated with the floor.
alias: Lights - Turn Off on Ground
sequence:
- action: light.turn_off
metadata: {}
data: {}
target:
floor_id: ground
description: ""
icon: mdi:lightbulb-off
Looking at the traces, it doesn’t list any of the 3 led lights in the Timeline Trace. It does work on other Tuya lightbulbs (and Zigbee and ESPHome lights etc).
Am I missing something here? Lights don’t seem to have a differentiator between bulbs or led strips.
2 posts - 2 participants