koen01
(Koen01)
5
My native hass sensor is ready 
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