{%- set alert_description = state_attr('sensor.nws_alerts', 'Alerts') %}
{%- set alert_description = state_attr('sensor.nws_alerts', 'Alerts') %}
[WEATHER ALERT:Summarize the WHAT, WHEN and IMPACTS. Use the Situation Overview Section to best understand what is going on]
[WEATHER ALERT:Summarize the weather alert and give overall details on any storms. Use the Situation Overview Section to best understand what is going on - Be sure to highlight any impacts to Seminole County or Tallahassee]
{{alert_description }}
{{alert_description }}
[END of Weather Alert]
[END of Weather Alert]
{%- endif %}
{%- endif %}
@ -239,10 +239,10 @@
{% set time = current_date.strftime('%I:%M %p') %}
{% set time = current_date.strftime('%I:%M %p') %}
Current date time:{{month }} {{ day }}, {{ year }} {{ time }}
Current date time:{{month }} {{ day }}, {{ year }} {{ time }}
Residents:Location
Residents:Location
- Carlo (Dad):{{states('person.carlo') }} at {{ state_attr('device_tracker.life360_carlo_costanzo', 'place') | replace(' (Costanzo Family)', '') | replace(' (Desantis Family)', '') if state_attr('device_tracker.life360_carlo_costanzo', 'place') != None else 'Away' }}
- Carlo (Dad):{{states('person.carlo') }} at {{ states('sensor.carlo_place') if states('sensor.carlo_place') != None else 'Away' }}