Dutch precipitation forecast based on buienradar.nl

My native hass sensor is ready :slight_smile:

Add the following file to your custom_components/sensor/ directory:

and add this to your configuration.yaml

sensor:
  platform: buienradar
  name: "Buienradar"
  timeframe: 3600

name: = friendly name
timeframe: = somewhere between 300 (seconds) and 7200 (seconds)

the update interval is 5 minutes

1 Like