mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
fix indentation error in variables action (#14542)
This commit is contained in:
parent
2ce0e8b936
commit
0556667881
@ -591,7 +591,7 @@ variables:
|
|||||||
notification_service: notify.paulus_iphone
|
notification_service: notify.paulus_iphone
|
||||||
action:
|
action:
|
||||||
- variables:
|
- variables:
|
||||||
notification_service: notify.frenck_iphone
|
notification_service: notify.frenck_iphone
|
||||||
- service: "{{ notification_service }}"
|
- service: "{{ notification_service }}"
|
||||||
data:
|
data:
|
||||||
message: This message actually went to Frenck, not Paulus.
|
message: This message actually went to Frenck, not Paulus.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user