Arduino
-Fabian has contributed support for interfacing with Arduinos. This makes it possible to connect your Arduino via USB and expose pins as sensor data and write to pins via switches. Have a look at the docs for an extensive guide to get started.
+Fabian has contributed support for interfacing with Arduinos. This makes it possible to connect your Arduino via USB and expose pins as sensor data and write to pins via switches. Have a look at the docs for an extensive guide to get started.
12
@@ -173,7 +173,7 @@ Miniconfig has contributed support for the Efergy e
+Fabian has added support for Forecast.io to get weather forecasts for Home Assistant. You need an API key which is free but requires a registration. To add Forecast.io to your installation, add the following to your configuration.yaml file:
12
diff --git a/blog/2015/07/11/ip-cameras-arduino-kodi-efergy-support/index.html b/blog/2015/07/11/ip-cameras-arduino-kodi-efergy-support/index.html
index 1967013b35..0f12acc4e2 100644
--- a/blog/2015/07/11/ip-cameras-arduino-kodi-efergy-support/index.html
+++ b/blog/2015/07/11/ip-cameras-arduino-kodi-efergy-support/index.html
@@ -186,7 +186,7 @@ To update to the latest version, run scripts/update. Please report
Arduino
-Fabian has contributed support for interfacing with Arduinos. This makes it possible to connect your Arduino via USB and expose pins as sensor data and write to pins via switches. Have a look at the docs for an extensive guide to get started.
+Fabian has contributed support for interfacing with Arduinos. This makes it possible to connect your Arduino via USB and expose pins as sensor data and write to pins via switches. Have a look at the docs for an extensive guide to get started.
12
@@ -301,7 +301,7 @@ Miniconfig has contributed support for the Efergy e
+Fabian has added support for Forecast.io to get weather forecasts for Home Assistant. You need an API key which is free but requires a registration. To add Forecast.io to your installation, add the following to your configuration.yaml file:
Arduino
-Fabian has contributed support for interfacing with Arduinos. This makes it possible to connect your Arduino via USB and expose pins as sensor data and write to pins via switches. Have a look at the docs for an extensive guide to get started.
+Fabian has contributed support for interfacing with Arduinos. This makes it possible to connect your Arduino via USB and expose pins as sensor data and write to pins via switches. Have a look at the docs for an extensive guide to get started.
# Example configuration.yaml entry
switch:
@@ -115,7 +115,7 @@ sensor:
Forecast.io
-Fabiann has added support for Forecast.io to get weather forecasts for Home Assistant. You need an API key which is free but requires a registration. To add Forecast.io to your installation, add the following to your configuration.yaml file:
+Fabian has added support for Forecast.io to get weather forecasts for Home Assistant. You need an API key which is free but requires a registration. To add Forecast.io to your installation, add the following to your configuration.yaml file:
Integrate any IP camera or image url into a camera feed.
diff --git a/components/switch.command_switch.html b/components/switch.command_switch.html
index 80fa8dbcb1..1d9a704ca8 100644
--- a/components/switch.command_switch.html
+++ b/components/switch.command_switch.html
@@ -121,9 +121,9 @@ A switch platform that issues specific commands when it is turned on and off. Th
switch:
platform: command_switch
switches:
- - kitchen_light:
- oncmd: switch_command on kitchen
- offcmd: switch_command off kitchen
+ kitchen_light:
+ oncmd: switch_command on kitchen
+ offcmd: switch_command off kitchen