Skip to content

Commit 211ce81

Browse files
mjj4791fabaff
authored andcommitted
Add weather-station map and usage statement (home-assistant#3052)
Add link to weather-station map (google maps) and added usage statement
1 parent 3c2262d commit 211ce81

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

source/_components/weather.buienradar.markdown

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ha_iot_class: "Cloud Polling"
1414
---
1515

1616
The `buienradar` platform uses [buienradar.nl](http://buienradar.nl/) as an source for current meteorological data for your location. The weather forecast is delivered by Buienradar, who provides a webservice that provides detailed weather information for users in The Netherlands.
17-
The relevant weatherstation used will be automatically selected based on the location specified in the Home Assistant configuration (or in the buienradar weather/sensor component).
17+
The relevant weatherstation used will be automatically selected based on the location specified in the Home Assistant configuration (or in the buienradar weather/sensor component). A map of all available weatherstations can be found [here](https://www.google.com/maps/d/embed?mid=1NivHkTGQUOs0dwQTnTMZi8Uatj0).
1818

1919
To add the buienradar weather to your installation, add the following to your `configuration.yaml` file:
2020

@@ -38,7 +38,8 @@ A full configuration example:
3838
# Example configuration.yaml entry
3939
weather:
4040
- platform: buienradar
41-
name: buienradar
41+
name: 'volkel'
42+
# Force 'Meetstation Volkel' to be used:
4243
latitude: 51.65
4344
longitude: 5.70
4445
forecast: True
@@ -48,3 +49,6 @@ weather:
4849
This platform is an alternative to the [`buienradar`](/components/sensor.buienradar/) sensor.
4950
The weather platform is easier to configure but less customisable.
5051
</p>
52+
53+
[Usage statement:](https://www.buienradar.nl/overbuienradar/gratis-weerdata)
54+
> Buienradar makes free weatherdata available for use by individuals and businesses (website/intranet). The use of the weatherdata is allowed for **non-commercial purposes**. Please refer to the full usage statement linked above to confirm your usage or to request permission.

0 commit comments

Comments
 (0)