Hi all.
I am making a sprinkler controller external to HA and want to pass the probability of rain to it. The only component I can find (in Australia) that seems to forecast this is Dark Sky.
So I set up its config like
platform: darksky
api_key: xxxxxxxxxxxx
hourly_forecast:
- 0
- 3
- 6
- 9
- 12
- 15
- 18
- 21
monitored_conditions:
- precip_probability
and I get a percentage listed for each hour and one listed without an hour. Its just listed as Darksky Precip Probability.
Is that one for the current period?
Peter