Is there a place that lists all possible weather conditions for Weatherflow and Ecobee?
For example I want to trigger something when it rains so I need the exact string that will show up in the entity status.
{% if states('weather.my_ecobee3') == 'lightning-rainy' or states('weather.my_ecobee3') == 'rainy' %}
and
{% if states('weather.forecast_weatherflow') == 'lightning-rainy' or states('weather.forecast_weatherflow') == 'rainy' %}