diff --git a/components/binary_sensor.template/index.html b/components/binary_sensor.template/index.html
index 755688cd01..a8dc40e6b1 100644
--- a/components/binary_sensor.template/index.html
+++ b/components/binary_sensor.template/index.html
@@ -98,30 +98,38 @@ your configuration.yaml
file:
- - friendly_name
+ - sensor_name
-
-
(string)(Optional)Name to use in the frontend.
+ (map)(Required)The slug of the sensor.
- - entity_id
-
-
(string | list)(Optional)Add a list of entity IDs so the sensor only reacts to state changes of these entities. This will reduce the number of times the sensor will try to update its state.
-
- - device_class
- -
-
(device_class)(Optional)The type/class of the sensor to set the icon in the frontend.
- Default value: None
-
- - value_template
- -
-
(template)(Required)Defines a template to set the state of the sensor.
-
- - delay_on
- -
-
(time)(Optional)The amount of time the template state must be met before this sensor will switch to on
.
-
- - delay_off
- -
-
(time)(Optional)The amount of time the template state must be not met before this sensor will switch to off
.
+
+ - friendly_name
+ -
+
(string)(Optional)Name to use in the frontend.
+
+ - entity_id
+ -
+
(string | list)(Optional)Add a list of entity IDs so the sensor only reacts to state changes of these entities. This will reduce the number of times the sensor will try to update its state.
+
+ - device_class
+ -
+
(device_class)(Optional)The type/class of the sensor to set the icon in the frontend.
+ Default value: None
+
+ - value_template
+ -
+
(template)(Required)Defines a template to set the state of the sensor.
+
+ - delay_on
+ -
+
(time)(Optional)The amount of time the template state must be met before this sensor will switch to on
.
+
+ - delay_off
+ -
+
(time)(Optional)The amount of time the template state must be not met before this sensor will switch to off
.
+
+
diff --git a/components/index.html b/components/index.html
index 439d123f86..146ae7dad4 100644
--- a/components/index.html
+++ b/components/index.html
@@ -82,7 +82,7 @@ Support for these components is provided by the Home Assistant community.
All (895)
Featured
-
Added in 0.57 (22)
+
Added in 0.57 (23)
Added in 0.56 (23)
Added in 0.55 (16)
Alarm (18)
@@ -722,7 +722,7 @@ var allComponents = [
{url:"/components/switch.rachio/", title:"Rachio Switch", cat:"switch", featured: false, v: "0.46", logo: "rachio.png"},
{url:"/components/sensor.radarr/", title:"Radarr Sensor", cat:"sensor", featured: false, v: "0.47", logo: "radarr.png"},
{url:"/components/climate.radiotherm/", title:"Radio Thermostat (3M Filtrete) Thermostat", cat:"climate", featured: false, v: "0.0", logo: "radiotherm.png"},
-{url:"/components/switch.rainbird/", title:"Rain Bird Switch", cat:"hub", featured: false, v: "0.5", logo: "rainbird.png"},
+{url:"/components/switch.rainbird/", title:"Rain Bird Switch", cat:"hub", featured: false, v: "0.57", logo: "rainbird.png"},
{url:"/components/switch.rainmachine/", title:"RainMachine Switch", cat:"switch", featured: false, v: "0.51", logo: "rainmachine.png"},
{url:"/components/binary_sensor.random/", title:"Random Binary Sensor", cat:"sensor", featured: false, v: "0.57", logo: "home-assistant.png"},
{url:"/components/sensor.random/", title:"Random Sensor", cat:"sensor", featured: false, v: "0.32", logo: "home-assistant.png"},
diff --git a/components/sensor.luftdaten/index.html b/components/sensor.luftdaten/index.html
index 6dbed12d62..557e8f990b 100644
--- a/components/sensor.luftdaten/index.html
+++ b/components/sensor.luftdaten/index.html
@@ -124,19 +124,19 @@
- P1
-
-
(string)(Optional)Show the particle sensors (particles 10 microns and below).
+ Show the particle sensors (particles 10 microns and below).
- P2
-
-
(string)(Optional)Show the particle sensors (particles 2.5 microns and below).
+ Show the particle sensors (particles 2.5 microns and below).
- temperature
-
-
(string)(Optional)Display the temperature from a weather sensor.
+ Display the temperature from a weather sensor.
- humidity
-
-
(string)(Optional)Display the humidity from a weather sensor.
+ Display the humidity from a weather sensor.
diff --git a/components/sensor.openweathermap/index.html b/components/sensor.openweathermap/index.html
index 867cc52bee..ea2e27c9e4 100644
--- a/components/sensor.openweathermap/index.html
+++ b/components/sensor.openweathermap/index.html
@@ -85,26 +85,74 @@
- weather
-Configuration variables:
-
- - api_key (Required): Your API key for http://openweathermap.org/.
- - name (Optional): Additional name for the sensors. Default to platform name.
- - forecast (Optional): Enables the forecast. The default is to display the current conditions.
- - language (Optional): The language in which you want text results to be returned. It’s a two-characters string, eg.
en
, es
, ru
, it
, etc. Defaults to English.
- - monitored_conditions array (Required): Conditions to display in the frontend.
-
- - weather: A human-readable text summary.
- - temperature: The current temperature.
- - wind_speed: The wind speed.
- - wind_bearing: The wind bearing.
- - humidity: The relative humidity.
- - pressure: The sea-level air pressure in millibars.
- - clouds: Description about cloud coverage.
- - rain: The rain volume.
- - snow: The snow volume
-
-
-
+
+
Configuration Variables
+
+ - apk_key
+ -
+
(string)(Required)Your API key for http://openweathermap.org/.
+
+ - name
+ -
+
(string)(Optional)Additional name for the sensors. Default to platform name.
+ Default value: OWM
+
+ - forecast
+ -
+
(string)(Optional)Enables the forecast. The default is to display the current conditions.
+ Default value: false
+
+ - language
+ -
+
(string)(Optional)The language in which you want text results to be returned. It’s a two-characters string, eg. en
, es
, ru
, it
, etc.
+ Default value: en
+
+ - monitored_conditions
+ -
+
(list)(Required)Conditions to display in the frontend.
+
+ -
+
+ - weather
+ -
+
A human-readable text summary.
+
+ - temperature
+ -
+
The current temperature.
+
+ - wind_speed
+ -
+
The wind speed.
+
+ - wind_bearing
+ -
+
The wind bearing.
+
+ - humidity
+ -
+
The relative humidity.
+
+ - pressure
+ -
+
The sea-level air pressure in millibars.
+
+ - clouds
+ -
+
Description about cloud coverage.
+
+ - rain
+ -
+
The rain volume.
+
+ - snow
+ -
+
The snow volume.
+
+
+
+
+
Details about the API are available in the OpenWeatherMap documentation.
diff --git a/components/switch.rainbird/index.html b/components/switch.rainbird/index.html
index 15474fa865..227fdf0b15 100644
--- a/components/switch.rainbird/index.html
+++ b/components/switch.rainbird/index.html
@@ -115,7 +115,7 @@
IoT class: Local Polling
- Introduced in release: 0.5
+ Introduced in release: 0.57
This is a platform for
diff --git a/sitemap.xml b/sitemap.xml
index 87b746cbbe..14e0e27e9f 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3646,7 +3646,7 @@
https://home-assistant.io/components/switch.hook/
-2017-11-04T20:19:43+00:00
+2017-11-04T22:13:17+00:00
https://home-assistant.io/cookbook/automation_for_rainy_days/
@@ -4314,99 +4314,99 @@
https://home-assistant.io/docs/autostart/init.d/
-2017-11-04T20:19:43+00:00
+2017-11-04T22:13:17+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/
-2017-11-04T20:19:43+00:00
+2017-11-04T22:13:17+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/api/
-2017-11-04T20:19:43+00:00
+2017-11-04T22:13:17+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/configuration/
-2017-11-04T20:19:43+00:00
+2017-11-04T22:13:17+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/example_apps/
-2017-11-04T20:19:43+00:00
+2017-11-04T22:13:17+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/installation/
-2017-11-04T20:19:43+00:00
+2017-11-04T22:13:17+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/operation/
-2017-11-04T20:19:43+00:00
+2017-11-04T22:13:17+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/reboot/
-2017-11-04T20:19:43+00:00
+2017-11-04T22:13:17+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/running/
-2017-11-04T20:19:43+00:00
+2017-11-04T22:13:17+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/tutorial/
-2017-11-04T20:19:43+00:00
+2017-11-04T22:13:17+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/updating/
-2017-11-04T20:19:43+00:00
+2017-11-04T22:13:17+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/windows/
-2017-11-04T20:19:43+00:00
+2017-11-04T22:13:17+00:00
https://home-assistant.io/docs/ecosystem/certificates/
-2017-11-04T20:19:43+00:00
+2017-11-04T22:13:17+00:00
https://home-assistant.io/docs/ecosystem/hadashboard/
-2017-11-04T20:19:43+00:00
+2017-11-04T22:13:17+00:00
https://home-assistant.io/docs/ecosystem/hass-configurator/
-2017-11-04T20:19:43+00:00
+2017-11-04T22:13:17+00:00
https://home-assistant.io/docs/ecosystem/ios/
-2017-11-04T20:19:43+00:00
+2017-11-04T22:13:17+00:00
https://home-assistant.io/docs/ecosystem/nginx/
-2017-11-04T20:19:43+00:00
+2017-11-04T22:13:17+00:00
https://home-assistant.io/docs/ecosystem/notebooks/
-2017-11-04T20:19:43+00:00
+2017-11-04T22:13:17+00:00
https://home-assistant.io/docs/ecosystem/scenegen/
-2017-11-04T20:19:43+00:00
+2017-11-04T22:13:17+00:00
https://home-assistant.io/docs/ecosystem/synology/
-2017-11-04T20:19:43+00:00
+2017-11-04T22:13:17+00:00
https://home-assistant.io/docs/tools/
-2017-11-04T20:19:43+00:00
+2017-11-04T22:13:17+00:00
https://home-assistant.io/docs/tools/dev-tools/
-2017-11-04T20:19:43+00:00
+2017-11-04T22:13:17+00:00
https://home-assistant.io/docs/tools/hass/
-2017-11-04T20:19:43+00:00
+2017-11-04T22:13:17+00:00
https://home-assistant.io/docs/tools/scripts/
-2017-11-04T20:19:43+00:00
+2017-11-04T22:13:17+00:00
https://home-assistant.io/faq/after-upgrading/
@@ -5496,62 +5496,62 @@
https://home-assistant.io/demo/frontend.html
-2017-11-04T20:18:51+00:00
+2017-11-04T22:12:30+00:00
https://home-assistant.io/demo/index.html
-2017-11-04T20:18:51+00:00
+2017-11-04T22:12:30+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2017-11-04T20:18:51+00:00
+2017-11-04T22:12:30+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2017-11-04T20:18:51+00:00
+2017-11-04T22:12:30+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2017-11-04T20:18:51+00:00
+2017-11-04T22:12:30+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2017-11-04T20:18:51+00:00
+2017-11-04T22:12:30+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2017-11-04T20:18:51+00:00
+2017-11-04T22:12:30+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2017-11-04T20:18:51+00:00
+2017-11-04T22:12:30+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2017-11-04T20:18:51+00:00
+2017-11-04T22:12:30+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2017-11-04T20:18:51+00:00
+2017-11-04T22:12:30+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2017-11-04T20:18:51+00:00
+2017-11-04T22:12:30+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2017-11-04T20:18:51+00:00
+2017-11-04T22:12:30+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2017-11-04T20:18:52+00:00
+2017-11-04T22:12:30+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2017-11-04T20:18:52+00:00
+2017-11-04T22:12:30+00:00
https://home-assistant.io/static/mdi-demo.html
-2017-11-04T20:18:52+00:00
+2017-11-04T22:12:30+00:00