Fix typo
This commit is contained in:
@ -74,7 +74,7 @@ actions:
|
||||
metadata: {}
|
||||
data: {}
|
||||
target:
|
||||
entity_id: !input remote_light
|
||||
entity_id: !input light_target
|
||||
- conditions:
|
||||
- condition: trigger
|
||||
id:
|
||||
@ -88,7 +88,7 @@ actions:
|
||||
brightness_step_pct: 3
|
||||
transition: 1
|
||||
target:
|
||||
entity_id: !input remote_light
|
||||
entity_id: !input light_target
|
||||
until:
|
||||
- condition: trigger
|
||||
id:
|
||||
@ -106,7 +106,7 @@ actions:
|
||||
transition: 1
|
||||
brightness_step_pct: -3
|
||||
target:
|
||||
entity_id: !input remote_light
|
||||
entity_id: !input light_target
|
||||
until:
|
||||
- condition: trigger
|
||||
id:
|
||||
@ -119,6 +119,6 @@ actions:
|
||||
- action: script.cycle_between_light_profiles
|
||||
metadata: {}
|
||||
data:
|
||||
light: !input remote_light
|
||||
light: !input light_target
|
||||
helper: !input number_helper
|
||||
mode: restart
|
||||
|
||||
Reference in New Issue
Block a user