Gave aliases to scripts that didn't have them
This commit is contained in:
@ -173,6 +173,7 @@ automation:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
activate_alexa_actionable_notification:
|
activate_alexa_actionable_notification:
|
||||||
|
alias: 'Activate Alexa Actionable Notification'
|
||||||
description: 'Activates an actionable notification on a specific echo device'
|
description: 'Activates an actionable notification on a specific echo device'
|
||||||
fields:
|
fields:
|
||||||
text:
|
text:
|
||||||
|
@ -216,12 +216,14 @@ script:
|
|||||||
entity_id: input_boolean.good_morning_report
|
entity_id: input_boolean.good_morning_report
|
||||||
|
|
||||||
morning_briefing:
|
morning_briefing:
|
||||||
|
alias: 'Morning Briefing'
|
||||||
sequence:
|
sequence:
|
||||||
- service: button.press
|
- service: button.press
|
||||||
target:
|
target:
|
||||||
entity_id: button.good_morning
|
entity_id: button.good_morning
|
||||||
|
|
||||||
kallen_nightly_briefing:
|
kallen_nightly_briefing:
|
||||||
|
alias: 'Kallen Nightly Briefing'
|
||||||
sequence:
|
sequence:
|
||||||
- service: script.speech_engine
|
- service: script.speech_engine
|
||||||
data:
|
data:
|
||||||
@ -234,6 +236,7 @@ script:
|
|||||||
message: "I just gave Kallen's nightly briefing."
|
message: "I just gave Kallen's nightly briefing."
|
||||||
|
|
||||||
kallen_morning_briefing:
|
kallen_morning_briefing:
|
||||||
|
alias: 'Kallen Morning Briefing'
|
||||||
sequence:
|
sequence:
|
||||||
- service: script.speech_engine
|
- service: script.speech_engine
|
||||||
data:
|
data:
|
||||||
@ -253,6 +256,7 @@ script:
|
|||||||
message: "I just gave Kallen's morning briefing"
|
message: "I just gave Kallen's morning briefing"
|
||||||
|
|
||||||
kallen_school_status:
|
kallen_school_status:
|
||||||
|
alias: 'Kallen School Status'
|
||||||
sequence:
|
sequence:
|
||||||
- service: script.speech_engine
|
- service: script.speech_engine
|
||||||
data:
|
data:
|
||||||
@ -261,6 +265,7 @@ script:
|
|||||||
voice: Joanna
|
voice: Joanna
|
||||||
|
|
||||||
daily_briefing:
|
daily_briefing:
|
||||||
|
alias: 'Daily Briefing'
|
||||||
sequence:
|
sequence:
|
||||||
- service: script.speech_engine
|
- service: script.speech_engine
|
||||||
data_template:
|
data_template:
|
||||||
@ -268,6 +273,7 @@ script:
|
|||||||
message: !include ../templates/speech/daily_briefing.yaml
|
message: !include ../templates/speech/daily_briefing.yaml
|
||||||
|
|
||||||
nightly_briefing:
|
nightly_briefing:
|
||||||
|
alias: 'Nightly Briefing'
|
||||||
sequence:
|
sequence:
|
||||||
- service: script.speech_engine
|
- service: script.speech_engine
|
||||||
data_template:
|
data_template:
|
||||||
@ -275,6 +281,7 @@ script:
|
|||||||
message: !include ../templates/speech/nightly_briefing.yaml
|
message: !include ../templates/speech/nightly_briefing.yaml
|
||||||
|
|
||||||
morning_report:
|
morning_report:
|
||||||
|
alias: 'Morning Report'
|
||||||
sequence:
|
sequence:
|
||||||
- service: script.speech_engine
|
- service: script.speech_engine
|
||||||
data_template:
|
data_template:
|
||||||
@ -282,6 +289,7 @@ script:
|
|||||||
message: !include ../templates/speech/morning_briefing.yaml
|
message: !include ../templates/speech/morning_briefing.yaml
|
||||||
|
|
||||||
dinner_is_ready:
|
dinner_is_ready:
|
||||||
|
alias: 'Dinner Is Ready'
|
||||||
sequence:
|
sequence:
|
||||||
- service: script.status_annc
|
- service: script.status_annc
|
||||||
data_template:
|
data_template:
|
||||||
@ -289,6 +297,7 @@ script:
|
|||||||
call_dinner_is_ready: 1
|
call_dinner_is_ready: 1
|
||||||
|
|
||||||
we_are_leaving:
|
we_are_leaving:
|
||||||
|
alias: 'We Are Leaving'
|
||||||
sequence:
|
sequence:
|
||||||
- service: script.status_annc
|
- service: script.status_annc
|
||||||
data_template:
|
data_template:
|
||||||
@ -296,6 +305,7 @@ script:
|
|||||||
call_we_are_leaving: 1
|
call_we_are_leaving: 1
|
||||||
|
|
||||||
welcome_home:
|
welcome_home:
|
||||||
|
alias: 'Welcome Home'
|
||||||
sequence:
|
sequence:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_boolean.welcome_home
|
entity_id: input_boolean.welcome_home
|
||||||
|
@ -46,6 +46,7 @@ script:
|
|||||||
# media: /media/local_audio.mp3
|
# media: /media/local_audio.mp3
|
||||||
#
|
#
|
||||||
local_audio:
|
local_audio:
|
||||||
|
alias: 'Local Audio'
|
||||||
sequence:
|
sequence:
|
||||||
# Ensure that audible notifications are allowed. Comment out if not needed.
|
# Ensure that audible notifications are allowed. Comment out if not needed.
|
||||||
- condition: state
|
- condition: state
|
||||||
@ -93,6 +94,7 @@ script:
|
|||||||
# media: https://www.youtube.com/watch?v=pVeX4C9B1Lk
|
# media: https://www.youtube.com/watch?v=pVeX4C9B1Lk
|
||||||
#
|
#
|
||||||
youtube_audio:
|
youtube_audio:
|
||||||
|
alias: 'Youtube Audio'
|
||||||
sequence:
|
sequence:
|
||||||
# Ensure that audible notifications are allowed. Comment out if not needed.
|
# Ensure that audible notifications are allowed. Comment out if not needed.
|
||||||
- condition: state
|
- condition: state
|
||||||
|
@ -929,6 +929,7 @@ script:
|
|||||||
# entity_id: sensor.flood_watch
|
# entity_id: sensor.flood_watch
|
||||||
|
|
||||||
weather_briefing:
|
weather_briefing:
|
||||||
|
alias: 'Weather Briefing'
|
||||||
sequence:
|
sequence:
|
||||||
- service: script.speech_engine
|
- service: script.speech_engine
|
||||||
data_template:
|
data_template:
|
||||||
|
@ -106,6 +106,7 @@ automation:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
tina_work_today:
|
tina_work_today:
|
||||||
|
alias: 'Tina Work Today'
|
||||||
sequence:
|
sequence:
|
||||||
- service: input_datetime.set_datetime
|
- service: input_datetime.set_datetime
|
||||||
target:
|
target:
|
||||||
@ -123,11 +124,13 @@ script:
|
|||||||
entity_id: input_boolean.work_today
|
entity_id: input_boolean.work_today
|
||||||
|
|
||||||
tina_work_reset:
|
tina_work_reset:
|
||||||
|
alias: 'Tina Work Reset'
|
||||||
sequence:
|
sequence:
|
||||||
- service: input_boolean.turn_off
|
- service: input_boolean.turn_off
|
||||||
entity_id: input_boolean.work_today
|
entity_id: input_boolean.work_today
|
||||||
|
|
||||||
tony_stream_today:
|
tony_stream_today:
|
||||||
|
alias: 'Tony Stream Today'
|
||||||
sequence:
|
sequence:
|
||||||
- service: input_datetime.set_datetime
|
- service: input_datetime.set_datetime
|
||||||
target:
|
target:
|
||||||
@ -139,6 +142,7 @@ script:
|
|||||||
entity_id: input_boolean.tony_streaming_today
|
entity_id: input_boolean.tony_streaming_today
|
||||||
|
|
||||||
tony_stream_reset:
|
tony_stream_reset:
|
||||||
|
alias: 'Tony Stream Reset'
|
||||||
sequence:
|
sequence:
|
||||||
- service: input_boolean.turn_off
|
- service: input_boolean.turn_off
|
||||||
entity_id: input_boolean.tony_streaming_today
|
entity_id: input_boolean.tony_streaming_today
|
@ -23,6 +23,7 @@ input_select:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
alexa_interjection:
|
alexa_interjection:
|
||||||
|
alias: 'Alexa Interjection'
|
||||||
sequence:
|
sequence:
|
||||||
- service: script.status_annc
|
- service: script.status_annc
|
||||||
data:
|
data:
|
||||||
@ -30,6 +31,7 @@ script:
|
|||||||
call_confirmation: 1
|
call_confirmation: 1
|
||||||
|
|
||||||
google_interjection:
|
google_interjection:
|
||||||
|
alias: 'Google Interjection'
|
||||||
sequence:
|
sequence:
|
||||||
- service: script.status_annc
|
- service: script.status_annc
|
||||||
data:
|
data:
|
||||||
|
@ -212,6 +212,7 @@ script:
|
|||||||
# Txt Notify
|
# Txt Notify
|
||||||
###############################################################################
|
###############################################################################
|
||||||
text_notify:
|
text_notify:
|
||||||
|
alias: 'Text Notify'
|
||||||
sequence:
|
sequence:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_boolean.text_notifications
|
entity_id: input_boolean.text_notifications
|
||||||
@ -301,6 +302,7 @@ script:
|
|||||||
message: '{{ message }}'
|
message: '{{ message }}'
|
||||||
|
|
||||||
tv_notify:
|
tv_notify:
|
||||||
|
alias: 'TV Notify'
|
||||||
sequence:
|
sequence:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_boolean.tv_notifications
|
entity_id: input_boolean.tv_notifications
|
||||||
@ -343,6 +345,7 @@ script:
|
|||||||
data: '{{ data if data is defined else "{}" }}'
|
data: '{{ data if data is defined else "{}" }}'
|
||||||
|
|
||||||
text_alert:
|
text_alert:
|
||||||
|
alias: 'Text Alert'
|
||||||
sequence:
|
sequence:
|
||||||
- service: >
|
- service: >
|
||||||
{% if who == 'tony' %}
|
{% if who == 'tony' %}
|
||||||
@ -373,6 +376,7 @@ script:
|
|||||||
# entity_id: '{{ camera_entity }}'
|
# entity_id: '{{ camera_entity }}'
|
||||||
|
|
||||||
text_alert_image:
|
text_alert_image:
|
||||||
|
alias: 'Text Alert Image'
|
||||||
sequence:
|
sequence:
|
||||||
- service: >
|
- service: >
|
||||||
{% if who == 'tony' %}
|
{% if who == 'tony' %}
|
||||||
@ -403,6 +407,7 @@ script:
|
|||||||
# entity_id: '{{ camera_entity }}'
|
# entity_id: '{{ camera_entity }}'
|
||||||
|
|
||||||
text_urgent_alert:
|
text_urgent_alert:
|
||||||
|
alias: 'Text Urgent Alert'
|
||||||
sequence:
|
sequence:
|
||||||
- service: >
|
- service: >
|
||||||
{% if who == 'tony' %}
|
{% if who == 'tony' %}
|
||||||
@ -436,6 +441,7 @@ script:
|
|||||||
# => iOS
|
# => iOS
|
||||||
###############################################################################
|
###############################################################################
|
||||||
alert_notify:
|
alert_notify:
|
||||||
|
alias: 'Alert Notify'
|
||||||
sequence:
|
sequence:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_boolean.vacation_mode
|
entity_id: input_boolean.vacation_mode
|
||||||
@ -447,6 +453,7 @@ script:
|
|||||||
{{ message }}
|
{{ message }}
|
||||||
|
|
||||||
jarvis_alert:
|
jarvis_alert:
|
||||||
|
alias: 'Jarvis Alert'
|
||||||
sequence:
|
sequence:
|
||||||
- service: mqtt.publish
|
- service: mqtt.publish
|
||||||
data_template:
|
data_template:
|
||||||
@ -518,6 +525,7 @@ script:
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
speech_engine:
|
speech_engine:
|
||||||
|
alias: 'Speech Engine'
|
||||||
variables:
|
variables:
|
||||||
voice: "{{ states('input_select.jarvis_voice') }}"
|
voice: "{{ states('input_select.jarvis_voice') }}"
|
||||||
sequence:
|
sequence:
|
||||||
@ -639,6 +647,7 @@ script:
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
speech_engine_simplified:
|
speech_engine_simplified:
|
||||||
|
alias: 'Speech Engine Simplified'
|
||||||
sequence:
|
sequence:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_boolean.audible_notifications
|
entity_id: input_boolean.audible_notifications
|
||||||
@ -689,6 +698,7 @@ script:
|
|||||||
|
|
||||||
# Called wheh notification needs to play on echos
|
# Called wheh notification needs to play on echos
|
||||||
alexa_voice:
|
alexa_voice:
|
||||||
|
alias: 'Alexa Voice'
|
||||||
sequence:
|
sequence:
|
||||||
- service: notify.alexa_media
|
- service: notify.alexa_media
|
||||||
data:
|
data:
|
||||||
@ -721,6 +731,7 @@ script:
|
|||||||
|
|
||||||
# Default audible notifications. Notifcations play on the google devices.
|
# Default audible notifications. Notifcations play on the google devices.
|
||||||
jarvis_voice:
|
jarvis_voice:
|
||||||
|
alias: 'Jarvis Voice'
|
||||||
sequence:
|
sequence:
|
||||||
- service: media_player.turn_on
|
- service: media_player.turn_on
|
||||||
data_template:
|
data_template:
|
||||||
@ -777,6 +788,7 @@ script:
|
|||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
nabu_voice:
|
nabu_voice:
|
||||||
|
alias: 'Nabu Voice'
|
||||||
sequence:
|
sequence:
|
||||||
- service: media_player.turn_on
|
- service: media_player.turn_on
|
||||||
data_template:
|
data_template:
|
||||||
@ -855,6 +867,7 @@ script:
|
|||||||
# {{ states.input_number.old_volume.state }}
|
# {{ states.input_number.old_volume.state }}
|
||||||
|
|
||||||
play_last_message:
|
play_last_message:
|
||||||
|
alias: 'Play Last Message'
|
||||||
sequence:
|
sequence:
|
||||||
- service: script.speech_engine_simplified
|
- service: script.speech_engine_simplified
|
||||||
data:
|
data:
|
||||||
@ -866,6 +879,7 @@ script:
|
|||||||
msg_summary: "recall"
|
msg_summary: "recall"
|
||||||
|
|
||||||
notify_mqtt:
|
notify_mqtt:
|
||||||
|
alias: 'Notify MQTT'
|
||||||
sequence:
|
sequence:
|
||||||
- service: mqtt.publish
|
- service: mqtt.publish
|
||||||
data:
|
data:
|
||||||
@ -874,6 +888,7 @@ script:
|
|||||||
retain: true
|
retain: true
|
||||||
|
|
||||||
status_annc:
|
status_annc:
|
||||||
|
alias: 'Status Announce'
|
||||||
sequence:
|
sequence:
|
||||||
- service: script.speech_engine
|
- service: script.speech_engine
|
||||||
data:
|
data:
|
||||||
|
@ -18,6 +18,7 @@ input_boolean:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
house_party_protocol_on:
|
house_party_protocol_on:
|
||||||
|
alias: 'House Party Protocol On'
|
||||||
sequence:
|
sequence:
|
||||||
- delay: 00:00:05
|
- delay: 00:00:05
|
||||||
- service: script.status_annc
|
- service: script.status_annc
|
||||||
@ -26,6 +27,7 @@ script:
|
|||||||
call_house_party_protocol_enabled: 1
|
call_house_party_protocol_enabled: 1
|
||||||
|
|
||||||
house_party_protocol_off:
|
house_party_protocol_off:
|
||||||
|
alias: 'House Party Protocol Off'
|
||||||
sequence:
|
sequence:
|
||||||
- delay: 00:00:05
|
- delay: 00:00:05
|
||||||
- service: script.status_annc
|
- service: script.status_annc
|
||||||
|
@ -156,6 +156,7 @@ automation:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
kallen_scheduling_morning:
|
kallen_scheduling_morning:
|
||||||
|
alias: 'Kallen Scheduling Morning'
|
||||||
sequence:
|
sequence:
|
||||||
- service: input_datetime.set_datetime
|
- service: input_datetime.set_datetime
|
||||||
entity_id: input_datetime.school_day_start
|
entity_id: input_datetime.school_day_start
|
||||||
@ -228,6 +229,7 @@ script:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
kallen_scheduling_evening:
|
kallen_scheduling_evening:
|
||||||
|
alias: 'Kallen Scheduling Evening'
|
||||||
sequence:
|
sequence:
|
||||||
- service: input_datetime.set_datetime
|
- service: input_datetime.set_datetime
|
||||||
entity_id: input_datetime.kallen_bedtime
|
entity_id: input_datetime.kallen_bedtime
|
||||||
@ -261,6 +263,7 @@ script:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
house_scheduling_morning:
|
house_scheduling_morning:
|
||||||
|
alias: 'House Scheduling Morning'
|
||||||
sequence:
|
sequence:
|
||||||
- service: input_datetime.set_datetime
|
- service: input_datetime.set_datetime
|
||||||
entity_id: input_datetime.audible_notification_on
|
entity_id: input_datetime.audible_notification_on
|
||||||
@ -345,6 +348,7 @@ script:
|
|||||||
entity_id: input_boolean.cold_day
|
entity_id: input_boolean.cold_day
|
||||||
|
|
||||||
house_scheduling_evening:
|
house_scheduling_evening:
|
||||||
|
alias: 'House Scheduling Evening'
|
||||||
sequence:
|
sequence:
|
||||||
- service: input_datetime.set_datetime
|
- service: input_datetime.set_datetime
|
||||||
entity_id: input_datetime.nightly_report
|
entity_id: input_datetime.nightly_report
|
||||||
@ -362,6 +366,7 @@ script:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
master_bedroom_scheduling_morning:
|
master_bedroom_scheduling_morning:
|
||||||
|
alias: 'Master Bedroom Scheduling Morning'
|
||||||
sequence:
|
sequence:
|
||||||
- service: input_datetime.set_datetime
|
- service: input_datetime.set_datetime
|
||||||
entity_id: input_datetime.master_bedroom_wakeup
|
entity_id: input_datetime.master_bedroom_wakeup
|
||||||
@ -378,6 +383,7 @@ script:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
master_bedroom_scheduling_evening:
|
master_bedroom_scheduling_evening:
|
||||||
|
alias: 'Master Bedroom Scheduling Evening'
|
||||||
sequence:
|
sequence:
|
||||||
- service: input_datetime.set_datetime
|
- service: input_datetime.set_datetime
|
||||||
entity_id: input_datetime.master_bedroom_cooling
|
entity_id: input_datetime.master_bedroom_cooling
|
||||||
@ -434,6 +440,7 @@ script:
|
|||||||
|
|
||||||
# For now, this just ties her wakeup time to the master bedroom wakeup time. In the future this will have more conditions and be independent of other rooms.
|
# For now, this just ties her wakeup time to the master bedroom wakeup time. In the future this will have more conditions and be independent of other rooms.
|
||||||
emma_bedroom_scheduling_morning:
|
emma_bedroom_scheduling_morning:
|
||||||
|
alias: 'Emma Bedroom Scheduling Morning'
|
||||||
sequence:
|
sequence:
|
||||||
- service: input_datetime.set_datetime
|
- service: input_datetime.set_datetime
|
||||||
entity_id: input_datetime.emma_wakeup
|
entity_id: input_datetime.emma_wakeup
|
||||||
@ -441,6 +448,7 @@ script:
|
|||||||
time: "{{ states('input_datetime.master_bedroom_wakeup') }}"
|
time: "{{ states('input_datetime.master_bedroom_wakeup') }}"
|
||||||
|
|
||||||
emma_bedroom_scheduling_evening:
|
emma_bedroom_scheduling_evening:
|
||||||
|
alias: 'Emma Bedroom Scheduling Evening'
|
||||||
sequence:
|
sequence:
|
||||||
- service: input_datetime.set_datetime
|
- service: input_datetime.set_datetime
|
||||||
entity_id: input_datetime.emma_bedtime
|
entity_id: input_datetime.emma_bedtime
|
||||||
@ -471,6 +479,7 @@ script:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
security_scheduling:
|
security_scheduling:
|
||||||
|
alias: Security Scheduling
|
||||||
sequence:
|
sequence:
|
||||||
- service: input_datetime.set_datetime
|
- service: input_datetime.set_datetime
|
||||||
entity_id: input_datetime.morning_alarm_disarm
|
entity_id: input_datetime.morning_alarm_disarm
|
||||||
|
@ -278,6 +278,7 @@ automation:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
kallen_school_today:
|
kallen_school_today:
|
||||||
|
alias: 'Kallen School Today'
|
||||||
sequence:
|
sequence:
|
||||||
- if:
|
- if:
|
||||||
- condition: state
|
- condition: state
|
||||||
@ -321,6 +322,7 @@ script:
|
|||||||
entity_id: input_boolean.kallen_band_practice
|
entity_id: input_boolean.kallen_band_practice
|
||||||
|
|
||||||
kallen_school_reset:
|
kallen_school_reset:
|
||||||
|
alias: 'Kallen School Reset'
|
||||||
sequence:
|
sequence:
|
||||||
- service: input_boolean.turn_off
|
- service: input_boolean.turn_off
|
||||||
entity_id:
|
entity_id:
|
||||||
@ -329,6 +331,7 @@ script:
|
|||||||
- input_boolean.kallen_school_cancelled
|
- input_boolean.kallen_school_cancelled
|
||||||
|
|
||||||
kallen_school_reset_late:
|
kallen_school_reset_late:
|
||||||
|
alias: 'Kallen School Reset Late'
|
||||||
sequence:
|
sequence:
|
||||||
- service: input_boolean.turn_off
|
- service: input_boolean.turn_off
|
||||||
entity_id:
|
entity_id:
|
||||||
@ -337,6 +340,7 @@ script:
|
|||||||
- input_boolean.school_early_release
|
- input_boolean.school_early_release
|
||||||
|
|
||||||
school_in_session:
|
school_in_session:
|
||||||
|
alias: 'School In Session'
|
||||||
sequence:
|
sequence:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_boolean.school_in_session
|
entity_id: input_boolean.school_in_session
|
||||||
@ -345,6 +349,7 @@ script:
|
|||||||
entity_id: input_boolean.school_in_session
|
entity_id: input_boolean.school_in_session
|
||||||
|
|
||||||
school_year_over:
|
school_year_over:
|
||||||
|
alias: 'School Year Over'
|
||||||
sequence:
|
sequence:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_boolean.school_in_session
|
entity_id: input_boolean.school_in_session
|
||||||
|
Reference in New Issue
Block a user