motion Luce-Taverna motion_light with 3 triggers OKJ

This commit is contained in:
2024-11-29 22:53:41 +01:00
parent 3b76963162
commit e8d2eb749b
3 changed files with 98 additions and 83 deletions

View File

@@ -91,7 +91,9 @@ actions:
then:
- action: light.turn_on
target: !input light_target
data: {}
data:
brightness_pct: 100
color_temp_kelvin: 2700
else:
- action: light.turn_off
metadata: {}
@@ -107,7 +109,9 @@ actions:
then:
- action: light.turn_on
target: !input light_target
data: {}
data:
brightness_pct: 100
color_temp_kelvin: 2700
else:
- action: light.turn_off
metadata: {}