hg1337 / homeassistant-dwd

Custom component for Home Assistant that integrates weather data (measurements and forecasts) of Deutscher Wetterdienst (DWD).
Apache License 2.0
84 stars 6 forks source link

I can't find a precipitation_probability anywhere in the integration #29

Closed ars4l4n closed 2 months ago

ars4l4n commented 3 months ago

Neither can I find an entity with that name in HA. How do I access the forecasts for that?

JueK3y-Prv commented 3 months ago

Have a look at this: https://github.com/hg1337/homeassistant-dwd/blob/main/questions_and_answers.md

You can access it via weather.get_forecasts. If you want to use it for an automation, you need to create a template. This is described on the Q&A page linked above