value1:"The Garage charger is now in {{ states('sensor.carlojuice_charging_status') }} mode."
who:'carlo'
apns_id:'JuiceBox'
- alias:'Juicebox Self-Heal'
initial_state:'on'
@ -101,6 +102,8 @@ automation:
above:24
for:
minutes:2
- platform:event
event_type:event_did_someone_help_juicebox
action:
- service:input_boolean.turn_on
entity_id:input_boolean.alert_mode
@ -109,11 +112,15 @@ automation:
data_template:
value1:"The Juice Box Charger is pulling {{ states('sensor.carlojuice_amps') }} AMPs. This is above the safety mark of 30. Please unplug charger immediately."
who:'parents'
apns_id:'JuiceBox'
- service:script.speech_engine
data_template:
value1:"The Juice Box Charger is pulling {{ states('sensor.carlojuice_amps') }} AMPs. This is above the safety mark of 30. Please unplug charger immediately."
tweet:"An emergency has been detected on {{ trigger.to_state.attributes.friendly_name }} @CCostan (https://www.vcloudinfo.com/2017/06/psa-check-out-your-smoke-detectors-once.html)"
- alias:Nest Protect Offline Notify
trigger:
platform:state
entity_id:
@ -152,6 +152,7 @@ automation:
data_template:
value1:"The {{ trigger.to_state.attributes.friendly_name }} is now {{ (trigger.to_state.state)|replace('_', ' ') }}. Please check immediately."
value1:"The electrical grid is reporting to be {{ (trigger.to_state.state)|replace('True', 'up')|replace('False', 'down') }}. Please verify with Tesla App."