Updated for some Camera fixes. Moving everything over to frigate. #1461

This commit is contained in:
CCOSTAN
2024-06-19 14:42:25 +00:00
parent 42194f2e42
commit d9af5da123
7 changed files with 14 additions and 53 deletions

View File

@@ -120,7 +120,9 @@
{%- endmacro -%}
{%- macro moon() -%}
{% if (now().hour == 17) %}
Current Moon phase: {{ states('sensor.moon') }} [Give a fact and mention today's phase]
{% endif %}
{%- endmacro -%}
{%- macro uv() -%}
@@ -173,7 +175,7 @@
{% endmacro %}
{%- macro traffic_time() -%}
Current traffic is Spectrum Offices: {{ states.sensor.waze_travel_time.state }} minutes.
Current traffic to Spectrum Offices: {{ states.sensor.waze_travel_time.state }} minutes.
{%- endmacro -%}
{# a macro that removes all newline characters, empty spaces, and returns formatted text and replaces underscores with spaces #}