diff --git a/atom.xml b/atom.xml index d71154a5cb..ecb3ed656b 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
The input_boolean
component allows the user to define boolean values that can be controlled via the frontend and can be used within conditions of automation. This can for example be used to disable or enable certain automations.
To enable input booleans in your installation, add the following lines to your configuration.yaml
:
# Example configuration.yaml entry
input_boolean:
notify_home:
@@ -85,10 +86,13 @@
Configuration variables:
False
.Pick an icon that you can find on materialdesignicons.com to use for your input and prefix the name with mdi:
. For example mdi:car
, mdi:ambulance
, or mdi:motorbike
.
Here’s an example of an automation using the above input_boolean. This action will only occur if the switch is on.
diff --git a/components/input_select/index.html b/components/input_select/index.html index 32bdf90ca8..a74b6f5f4e 100644 --- a/components/input_select/index.html +++ b/components/input_select/index.html @@ -75,7 +75,7 @@The input_select
component allows the user to define a list of values that can be selected via the frontend and can be used within conditions of automation. When a user selects a new item, a state transition event is generated. This state event can be used in an automation
trigger.
To enable this platform, add the following lines to your configuration.yaml
:
To enable this platform in your installation, add the following lines to your configuration.yaml
:
# Example configuration.yaml entry
input_select:
who_cooks:
@@ -94,11 +94,14 @@
Configuration variables:
Pick an icon that you can find on materialdesignicons.com to use for your input and prefix the name with mdi:
. For example mdi:car
, mdi:ambulance
, or mdi:motorbike
.
diff --git a/components/input_slider/index.html b/components/input_slider/index.html index 45041eeec3..6248fe4923 100644 --- a/components/input_slider/index.html +++ b/components/input_slider/index.html @@ -75,6 +75,7 @@
The input_slider
component allows the user to define values that can be controlled via the frontend and can be used within conditions of automation. Changes to the slider generate state events. These state events can be utilized as automation
triggers as well.
To enable this input sliders in your installation, add the following lines to your configuration.yaml
:
# Example configuration.yaml entry
input_slider:
slider1:
@@ -87,12 +88,15 @@
Configuration variables:
Here’s an example of input_slider
being used as a trigger in an automation.
A simple way to test if you have set up your notify platform correctly is to use Services from the Developer Tools. Choose your service (notify/xyz) from the list of Available services: and enter something like the sample below into the Service Data field and hit CALL SERVICE.
A simple way to test if you have set up your notify platform correctly, is to use Services from the Developer Tools. Choose your service from the dropdown menu Service, enter something like the sample below into the Service Data field, and hit CALL SERVICE.
{
"message": "The sun is {% if is_state('sun.sun', 'above_horizon') %}up{% else %}down{% endif %}!"
}
diff --git a/sitemap.xml b/sitemap.xml
index c84b3a4653..58c495ee0c 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3214,7 +3214,7 @@
https://home-assistant.io/components/switch.hook/
-2017-08-26T17:19:49+00:00
+2017-08-26T17:47:55+00:00
https://home-assistant.io/cookbook/automation_for_rainy_days/
@@ -3838,99 +3838,99 @@
https://home-assistant.io/docs/autostart/init.d/
-2017-08-26T17:19:49+00:00
+2017-08-26T17:47:55+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/
-2017-08-26T17:19:49+00:00
+2017-08-26T17:47:55+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/api/
-2017-08-26T17:19:49+00:00
+2017-08-26T17:47:55+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/configuration/
-2017-08-26T17:19:49+00:00
+2017-08-26T17:47:55+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/example_apps/
-2017-08-26T17:19:49+00:00
+2017-08-26T17:47:55+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/installation/
-2017-08-26T17:19:49+00:00
+2017-08-26T17:47:55+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/operation/
-2017-08-26T17:19:49+00:00
+2017-08-26T17:47:55+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/reboot/
-2017-08-26T17:19:49+00:00
+2017-08-26T17:47:55+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/running/
-2017-08-26T17:19:49+00:00
+2017-08-26T17:47:55+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/tutorial/
-2017-08-26T17:19:49+00:00
+2017-08-26T17:47:55+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/updating/
-2017-08-26T17:19:49+00:00
+2017-08-26T17:47:55+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/windows/
-2017-08-26T17:19:49+00:00
+2017-08-26T17:47:55+00:00
https://home-assistant.io/docs/ecosystem/certificates/
-2017-08-26T17:19:49+00:00
+2017-08-26T17:47:55+00:00
https://home-assistant.io/docs/ecosystem/hadashboard/
-2017-08-26T17:19:49+00:00
+2017-08-26T17:47:55+00:00
https://home-assistant.io/docs/ecosystem/hass-configurator/
-2017-08-26T17:19:49+00:00
+2017-08-26T17:47:55+00:00
https://home-assistant.io/docs/ecosystem/ios/
-2017-08-26T17:19:49+00:00
+2017-08-26T17:47:55+00:00
https://home-assistant.io/docs/ecosystem/nginx/
-2017-08-26T17:19:49+00:00
+2017-08-26T17:47:55+00:00
https://home-assistant.io/docs/ecosystem/notebooks/
-2017-08-26T17:19:49+00:00
+2017-08-26T17:47:55+00:00
https://home-assistant.io/docs/ecosystem/scenegen/
-2017-08-26T17:19:49+00:00
+2017-08-26T17:47:55+00:00
https://home-assistant.io/docs/ecosystem/synology/
-2017-08-26T17:19:49+00:00
+2017-08-26T17:47:55+00:00
https://home-assistant.io/docs/tools/
-2017-08-26T17:19:49+00:00
+2017-08-26T17:47:55+00:00
https://home-assistant.io/docs/tools/dev-tools/
-2017-08-26T17:19:49+00:00
+2017-08-26T17:47:55+00:00
https://home-assistant.io/docs/tools/hass/
-2017-08-26T17:19:49+00:00
+2017-08-26T17:47:55+00:00
https://home-assistant.io/docs/tools/scripts/
-2017-08-26T17:19:49+00:00
+2017-08-26T17:47:55+00:00
https://home-assistant.io/faq/after-upgrading/
@@ -4926,62 +4926,62 @@
https://home-assistant.io/demo/frontend.html
-2017-08-26T17:19:02+00:00
+2017-08-26T17:47:18+00:00
https://home-assistant.io/demo/index.html
-2017-08-26T17:19:02+00:00
+2017-08-26T17:47:18+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2017-08-26T17:19:02+00:00
+2017-08-26T17:47:18+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2017-08-26T17:19:02+00:00
+2017-08-26T17:47:18+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2017-08-26T17:19:02+00:00
+2017-08-26T17:47:18+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2017-08-26T17:19:02+00:00
+2017-08-26T17:47:18+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2017-08-26T17:19:02+00:00
+2017-08-26T17:47:18+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2017-08-26T17:19:02+00:00
+2017-08-26T17:47:18+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2017-08-26T17:19:02+00:00
+2017-08-26T17:47:18+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2017-08-26T17:19:02+00:00
+2017-08-26T17:47:18+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2017-08-26T17:19:02+00:00
+2017-08-26T17:47:18+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2017-08-26T17:19:02+00:00
+2017-08-26T17:47:18+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2017-08-26T17:19:02+00:00
+2017-08-26T17:47:18+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2017-08-26T17:19:02+00:00
+2017-08-26T17:47:18+00:00
https://home-assistant.io/static/mdi-demo.html
-2017-08-26T17:19:02+00:00
+2017-08-26T17:47:18+00:00