Add scheduling automations for sports notifications

Signed-off-by: Tony Stork <tm24fan8@gmail.com>
This commit is contained in:
2024-08-07 20:09:58 -04:00
parent c773b29573
commit 8c029143f2
3 changed files with 150 additions and 1 deletions

View File

@ -152,4 +152,6 @@
{{ cleanup(data()) }}
{% endmacro %}
{{ sports_updates('pregame') }}
{% macro sports_datetime(team) %}
{{ as_timestamp(state_attr(team,'date')) | timestamp_custom('%Y-%m-%d %H:%M:%S') }}
{% endmacro%}