To add an Onkyo or Pioneer receiver to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
media_player:
- platform: onkyo
diff --git a/components/media_player.pioneer/index.html b/components/media_player.pioneer/index.html
index a0f60a9f9a..ed45483464 100644
--- a/components/media_player.pioneer/index.html
+++ b/components/media_player.pioneer/index.html
@@ -74,7 +74,7 @@
- The pioneer
platform allows you to control Pioneer Network Receivers.
+ The pioneer
platform allows you to control Pioneer Network Receivers. Please note, however, that the more recent Pioneer models work with Onkyo platform instead.
To add a Pioneer receiver to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
media_player:
diff --git a/components/sensor.buienradar/index.html b/components/sensor.buienradar/index.html
index 3d81083e0c..40ba1c9508 100644
--- a/components/sensor.buienradar/index.html
+++ b/components/sensor.buienradar/index.html
@@ -74,8 +74,8 @@
- The buienradar
platform uses 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.
-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). The selected weatherstation will provide all weather data, with the exception of the forecasted precipitaion. The forecasted precipitation data will be retrieved from buienradar using your actual gps-location (and not the location of the nearest weatherstation).
+ The buienradar
platform uses 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. 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.
+The selected weatherstation will provide all weather data, with the exception of the forecasted precipitation. The forecasted precipitation data will be retrieved from buienradar using your actual gps-location (and not the location of the nearest weatherstation).
To integrate buienradar
with Home Assistant, add the following section to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
@@ -103,7 +103,7 @@ The relevant weatherstation used will be automatically selected based on the loc
latitude (Optional): Latitude to use for selection of data source location. Longitude and latitude will be taken from Home Assistant configuration, but can be overridden/changed in this component to select a different location for buienradar.nl.
longitude (Optional): Longitude to use for selection of data source location. Longitude and latitude will be taken from Home Assistant configuration, but can be overridden/changed in this component to select a different location for buienradar.nl.
- timeframe (Optional): Minutes to look ahead for precipitation (5..120) [default: 60].
+ timeframe (Optional): Minutes to look ahead for precipitation forecast (5..120) [default: 60].
monitored_conditions array (Required): One or more conditions to display in the frontend.
- stationname: The name of the selected meteo-station.
@@ -128,6 +128,8 @@ The relevant weatherstation used will be automatically selected based on the loc
Full configuration example where location is manually specified:
# Example configuration.yaml entry
- platform: buienradar
+ name: 'volkel'
+ # Force 'Meetstation Volkel' to be used:
latitude: 51.65
longitude: 5.70
monitored_conditions:
@@ -149,6 +151,10 @@ The relevant weatherstation used will be automatically selected based on the loc
- precipitation_forecast_total
+Usage statement:
+
+ 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.
+