# Located in the Grafana package. Tweets out Solar Production Daily!
# Located in the Grafana package. Tweets out Solar Production Daily!
#
automation:
- alias:Notify if Grid is down
hide_entity:True
trigger:
- platform:state
entity_id:sensor.grid_status
action:
- service:script.notify_engine
data_template:
value1:"The electrical grid is reporting to be {{ (trigger.to_state.state)|replace('true', 'up')|replace('false', 'down') }}. Please verify with Tesla App."