Dutch precipitation forecast based on buienradar.nl

There is some strange behavior then, as the sensors created have a different naming convention than the monitored conditions would suggest.
I was missing those sensors and started investigating.

monitored_conditions:
  - stationname
  - symbol
  - humidity
  - temperature
  - groundtemperature
  - windspeed
  - windforce
  - winddirection
  - windazimuth
  - pressure
  - visibility
  - windgust
  - precipitation
  - irradiance
  - precipitation_forecast_average
  - precipitation_forecast_total

Gave these sensors:

entities:
  - sensor.br_stationname
  - sensor.br_symbol
  - sensor.br_temperature
  - sensor.br_ground_temperature
  - sensor.br_humidity
  - sensor.br_pressure
  - sensor.br_wind_speed
  - sensor.br_wind_gust
  - sensor.br_wind_force
  - sensor.br_wind_direction
  - sensor.br_wind_direction_azimuth
  - sensor.br_precipitation
  - sensor.br_precipitation_forecast_average
  - sensor.br_precipitation_forecast_total
  - sensor.br_visibility
  - sensor.br_irradiance

I did close my last PR #3040 and will request to withdraw the #3036 PR.
My apologies for causing the confusion, I thought I was ‘helping’ the community.

Strangely, with those settings, I do have a working buienradar…

/edit:
I have requested to revert the #3036 PR (new PR: #3042).