Disabling internal audible ISS notification
This commit is contained in:
parent
fc371172e0
commit
259cb5a70e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue