Disabling internal audible ISS notification

This commit is contained in:
Jeffrey Stone 2019-11-21 21:34:14 -05:00
parent fc371172e0
commit 259cb5a70e
1 changed files with 14 additions and 14 deletions

View File

@ -75,20 +75,20 @@ automation:
{{ [ "/config/www/tweet_images/iss.jpg", {{ [ "/config/www/tweet_images/iss.jpg",
"/config/www/tweet_images/iss2.jpg"] | random }} "/config/www/tweet_images/iss2.jpg"] | random }}
- id: iss_notification # - id: iss_notification
initial_state: true # initial_state: true
alias: 'ISS Notification' # alias: 'ISS Notification'
trigger: # trigger:
- platform: state # - platform: state
entity_id: # entity_id:
- binary_sensor.iss # - binary_sensor.iss
to: 'on' # to: 'on'
from: 'off' # from: 'off'
action: # action:
- service: script.ah_report # - service: script.ah_report
data: # data:
call_interuption: 1 # call_interuption: 1
call_iss: 1 # call_iss: 1
- id: full_moon_tweet - id: full_moon_tweet
initial_state: true initial_state: true