Removing some voice stuff

This commit is contained in:
Jeffrey Stone 2020-08-21 23:50:02 -04:00
parent 496e1dcfcf
commit c5b6cb5a4d
1 changed files with 1 additions and 4 deletions

View File

@ -146,7 +146,6 @@ automation:
] | random }} ] | random }}
{{ states.sensor.usps_mail.state }} pieces of mail today. {{ states.sensor.usps_mail.state }} pieces of mail today.
{%- endif -%} {%- endif -%}
call_interuption: 1
- service: script.text_notify - service: script.text_notify
data_template: data_template:
who: "jeff" who: "jeff"
@ -191,10 +190,8 @@ automation:
{%- else -%} {%- else -%}
USPS is delivering {{ states.sensor.usps_packages.state }} packages today. USPS is delivering {{ states.sensor.usps_packages.state }} packages today.
{%- endif -%} {%- endif -%}
call_interuption: 1
- alias: "Mail Notif - Mail Delieveries" - alias: "Mail Notif - Mail Delieveries"
initial_state: 'on'
trigger: trigger:
- platform: time - platform: time
at: '10:00:00' at: '10:00:00'
@ -237,7 +234,7 @@ automation:
] | random }} ] | random }}
{{ states.sensor.mail_usps_mail.state }} pieces of mail today. {{ states.sensor.mail_usps_mail.state }} pieces of mail today.
{%- endif -%} {%- endif -%}
call_interuption: 1
- alias: "Delivered Package Notification" - alias: "Delivered Package Notification"
initial_state: true initial_state: true