mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-12-13 10:32:24 +00:00
Merge pull request #1549 from CCOSTAN/llm-vision
This commit is contained in:
@@ -35,11 +35,8 @@
|
||||
[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_description %}
|
||||
Air Quality: {{ aq_description }}
|
||||
{% endif %}
|
||||
{% if aq_index >= 150 %}
|
||||
[Air quality is unhealthy; limit outdoor activity]
|
||||
{% if aq_index >= 50 %}
|
||||
[Air Quality: {{ aq_description }}]
|
||||
{% endif %}
|
||||
{% set pirateweather_metrics = states.sensor
|
||||
| selectattr('entity_id','search','pirateweather')
|
||||
|
||||
Reference in New Issue
Block a user