template:
- trigger:
- platform: state
entity_id: weather.forecast_home_2
to:
image:
- name: Wetterbild
unique_id: 7bbd302d-3246-40ab-aad8-3760d1b75100
url: >
{% set condition = states('weather.forecast_home_2') %}
{% if 'rain' in condition or 'sleet' in condition %}
http://192.168.10.41:8123/local/images/rain.jpg
and
template:
- trigger:
- platform: state
entity_id: weather.forecast_home_2
to:
image:
- name: Wetterbild
unique_id: 7bbd302d-3246-40ab-aad8-3760d1b75100
url: >
{% set condition = states('weather.forecast_home_2') %}
{% if 'rain' in condition or 'sleet' in condition %}
/local/images/rain.jpg