Remove backups.yaml configuration file and update llmvision.yaml for garbage can detection, including renaming entities and adjusting automation logic. Modify air quality condition in briefing.yaml to display only when the index exceeds 50.

This commit is contained in:
Carlo Costanzo
2025-12-11 09:23:36 -05:00
parent 02a554a793
commit a8eca6f4bb
3 changed files with 21 additions and 49 deletions

View File

@@ -35,7 +35,7 @@
[Here is the current weather outside]
{% set aq_description = state_attr('sensor.bear_stone_common_air_quality_index', 'description') | default('') %}
{% set aq_index = states('sensor.bear_stone_common_air_quality_index') | int(0) %}
{% if aq_index >= 15 %}
{% if aq_index >= 50 %}
[Air Quality: {{ aq_description }}]
{% endif %}
{% set pirateweather_metrics = states.sensor