Gave aliases to scripts that didn't have them
This commit is contained in:
@ -106,6 +106,7 @@ automation:
|
||||
|
||||
script:
|
||||
tina_work_today:
|
||||
alias: 'Tina Work Today'
|
||||
sequence:
|
||||
- service: input_datetime.set_datetime
|
||||
target:
|
||||
@ -123,11 +124,13 @@ script:
|
||||
entity_id: input_boolean.work_today
|
||||
|
||||
tina_work_reset:
|
||||
alias: 'Tina Work Reset'
|
||||
sequence:
|
||||
- service: input_boolean.turn_off
|
||||
entity_id: input_boolean.work_today
|
||||
|
||||
tony_stream_today:
|
||||
alias: 'Tony Stream Today'
|
||||
sequence:
|
||||
- service: input_datetime.set_datetime
|
||||
target:
|
||||
@ -139,6 +142,7 @@ script:
|
||||
entity_id: input_boolean.tony_streaming_today
|
||||
|
||||
tony_stream_reset:
|
||||
alias: 'Tony Stream Reset'
|
||||
sequence:
|
||||
- service: input_boolean.turn_off
|
||||
entity_id: input_boolean.tony_streaming_today
|
Reference in New Issue
Block a user