diff --git a/components/arduino/index.html b/components/arduino/index.html
index 92e3f224f4..2e205144c5 100644
--- a/components/arduino/index.html
+++ b/components/arduino/index.html
@@ -84,10 +84,15 @@
port: /dev/ttyACM0
-Configuration variables:
-
- - port (Required): The port where your board is connected to your Home Assistant host. If you are using an original Arduino, the port will be named
ttyACM*
otherwise ttyUSB*
.
-
+
+
Configuration Variables
+
+ - port
+ -
+
(string)(Required)The port where your board is connected to your Home Assistant host. If you are using an original Arduino, the port will be named ttyACM*
otherwise ttyUSB*
.
+
+
+
The exact number can be determined with the command shown below.
$ ls /dev/ttyACM*
diff --git a/components/input_number/index.html b/components/input_number/index.html
index 1c5c38e07a..8152f8af48 100644
--- a/components/input_number/index.html
+++ b/components/input_number/index.html
@@ -197,13 +197,12 @@ Before version 0.55 this component was known as
icon: mdi:target
# Automation.
- # This automation script runs when a value is received via MQTT on retained topic: setTemperature
- # It sets the value slider on the GUI. This slides also had its own automation when the value is changed.
+# This automation script runs when a value is received via MQTT on retained topic: setTemperature
+# It sets the value slider on the GUI. This slides also had its own automation when the value is changed.
- alias: Set temp slider
trigger:
platform: mqtt
topic: "setTemperature"
- # entity_id: input_number.target_temp
action:
service: input_number.set_value
data_template:
diff --git a/components/sensor.arduino/index.html b/components/sensor.arduino/index.html
index ad6699e346..6bb22b2594 100644
--- a/components/sensor.arduino/index.html
+++ b/components/sensor.arduino/index.html
@@ -84,21 +84,34 @@
name: Door switch
0:
name: Brightness
-
-Configuration variables:
-
- - pins array (Required): Array of pins to use.
-
- - [number] (Required): The pin number that corresponds with the pin numbering schema of your board.
-
- - name (Optional): Name that will be used in the frontend for the pin.
-
-
-
-
-
+
+
Configuration Variables
+
+ - pins
+ -
+
(map)(Required)List of pins to use.
+
+ -
+
+ - pin_number
+ -
+
(map)(Required)The pin number that corresponds with the pin numbering schema of your board.
+
+ -
+
+ - name
+ -
+
(string)
+ Default value: Name that will be used in the frontend for the pin.
+
+
+
+
+
+
+
The 6 analog pins of an Arduino UNO are numbered from A0 to A5.
diff --git a/components/sensor.london_air/index.html b/components/sensor.london_air/index.html
index 8b99226b48..fd9a2c942f 100644
--- a/components/sensor.london_air/index.html
+++ b/components/sensor.london_air/index.html
@@ -91,7 +91,6 @@
- Enfield
- Greenwich
- Hackney
- - Hammersmith and Fulham
- Haringey
- Harrow
- Havering
diff --git a/components/switch.arduino/index.html b/components/switch.arduino/index.html
index 4e6bbde64c..ecc9e4dee9 100644
--- a/components/switch.arduino/index.html
+++ b/components/switch.arduino/index.html
@@ -88,20 +88,42 @@
negate: true
-Configuration variables:
-
- - pins array (Required): List of pins to use.
-
- - [number] (Required): The pin number that corresponds with the pin numbering schema of your board.
-
- - name (Required): Name that will be used in the frontend for the pin.
- - initial (Optional): The initial value for this port. Defaults to
False
.
- - negate (Optional): If this pin should be inverted. Defaults to
False
.
-
-
-
-
-
+
+
Configuration Variables
+
+ - pins
+ -
+
(map)(Required)List of of pins to use.
+
+ -
+
+ - pin_number
+ -
+
(map)(Required)The pin number that corresponds with the pin numbering schema of your board.
+
+ -
+
+ - name
+ -
+
(string)(Optional)
+ Default value: Name that will be used in the frontend for the pin.
+
+ - initial
+ -
+
(boolean)(Optional)
+ Default value: false
+
+ - negate
+ -
+
(boolean)(Optional)
+ Default value: false
+
+
+
+
+
+
+
The digital pins are numbered from 0 to 13 on a Arduino UNO. The available pins are 2 till 13. For testing purposes you can use pin 13 because with that pin you can control the internal LED.
diff --git a/sitemap.xml b/sitemap.xml
index 4d0ec5f63d..66b724aa33 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3646,7 +3646,7 @@
https://home-assistant.io/components/switch.hook/
-2017-11-06T23:22:16+00:00
+2017-11-07T08:53:26+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-06T23:22:16+00:00
+2017-11-07T08:53:26+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/
-2017-11-06T23:22:16+00:00
+2017-11-07T08:53:26+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/api/
-2017-11-06T23:22:16+00:00
+2017-11-07T08:53:26+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/configuration/
-2017-11-06T23:22:16+00:00
+2017-11-07T08:53:26+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/example_apps/
-2017-11-06T23:22:16+00:00
+2017-11-07T08:53:26+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/installation/
-2017-11-06T23:22:16+00:00
+2017-11-07T08:53:26+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/operation/
-2017-11-06T23:22:16+00:00
+2017-11-07T08:53:26+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/reboot/
-2017-11-06T23:22:16+00:00
+2017-11-07T08:53:26+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/running/
-2017-11-06T23:22:16+00:00
+2017-11-07T08:53:26+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/tutorial/
-2017-11-06T23:22:16+00:00
+2017-11-07T08:53:26+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/updating/
-2017-11-06T23:22:16+00:00
+2017-11-07T08:53:26+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/windows/
-2017-11-06T23:22:16+00:00
+2017-11-07T08:53:26+00:00
https://home-assistant.io/docs/ecosystem/certificates/
-2017-11-06T23:22:16+00:00
+2017-11-07T08:53:26+00:00
https://home-assistant.io/docs/ecosystem/hadashboard/
-2017-11-06T23:22:16+00:00
+2017-11-07T08:53:26+00:00
https://home-assistant.io/docs/ecosystem/hass-configurator/
-2017-11-06T23:22:16+00:00
+2017-11-07T08:53:26+00:00
https://home-assistant.io/docs/ecosystem/ios/
-2017-11-06T23:22:16+00:00
+2017-11-07T08:53:26+00:00
https://home-assistant.io/docs/ecosystem/nginx/
-2017-11-06T23:22:16+00:00
+2017-11-07T08:53:26+00:00
https://home-assistant.io/docs/ecosystem/notebooks/
-2017-11-06T23:22:16+00:00
+2017-11-07T08:53:26+00:00
https://home-assistant.io/docs/ecosystem/scenegen/
-2017-11-06T23:22:16+00:00
+2017-11-07T08:53:26+00:00
https://home-assistant.io/docs/ecosystem/synology/
-2017-11-06T23:22:16+00:00
+2017-11-07T08:53:26+00:00
https://home-assistant.io/docs/tools/
-2017-11-06T23:22:16+00:00
+2017-11-07T08:53:26+00:00
https://home-assistant.io/docs/tools/dev-tools/
-2017-11-06T23:22:16+00:00
+2017-11-07T08:53:26+00:00
https://home-assistant.io/docs/tools/hass/
-2017-11-06T23:22:16+00:00
+2017-11-07T08:53:26+00:00
https://home-assistant.io/docs/tools/scripts/
-2017-11-06T23:22:16+00:00
+2017-11-07T08:53:26+00:00
https://home-assistant.io/faq/after-upgrading/
@@ -5507,62 +5507,62 @@
https://home-assistant.io/demo/frontend.html
-2017-11-06T23:21:32+00:00
+2017-11-07T08:52:28+00:00
https://home-assistant.io/demo/index.html
-2017-11-06T23:21:32+00:00
+2017-11-07T08:52:28+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2017-11-06T23:21:32+00:00
+2017-11-07T08:52:28+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2017-11-06T23:21:32+00:00
+2017-11-07T08:52:28+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2017-11-06T23:21:32+00:00
+2017-11-07T08:52:28+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2017-11-06T23:21:32+00:00
+2017-11-07T08:52:28+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2017-11-06T23:21:32+00:00
+2017-11-07T08:52:28+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2017-11-06T23:21:32+00:00
+2017-11-07T08:52:28+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2017-11-06T23:21:32+00:00
+2017-11-07T08:52:28+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2017-11-06T23:21:32+00:00
+2017-11-07T08:52:28+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2017-11-06T23:21:32+00:00
+2017-11-07T08:52:28+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2017-11-06T23:21:32+00:00
+2017-11-07T08:52:28+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2017-11-06T23:21:32+00:00
+2017-11-07T08:52:28+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2017-11-06T23:21:32+00:00
+2017-11-07T08:52:28+00:00
https://home-assistant.io/static/mdi-demo.html
-2017-11-06T23:21:32+00:00
+2017-11-07T08:52:28+00:00