@@ -263,7 +263,7 @@
Further reading
-We went over the basics of creating a home automation rule. From here no longer any hand holding, go automate!
+We went over the basics of creating a home automation rule. Now, go automate!
- Learn about the available automation triggers
diff --git a/getting-started/configuration/index.html b/getting-started/configuration/index.html
index 8355789d17..d57e522cda 100644
--- a/getting-started/configuration/index.html
+++ b/getting-started/configuration/index.html
@@ -112,7 +112,7 @@
- Home Assistant will create a configuration folder when it is run for the first time. The location of the folder depends on operating system: on OS X/Linux it’s ~/.homeassistant
and on Windows it’s %APPDATA%/.homeassistant
. If you want to use a different folder for configuration, run hass --config path/to/config
.
+ Home Assistant will create a configuration folder when it is run for the first time. The location of the folder differs between operating systems: on OS X/Linux it’s ~/.homeassistant
and on Windows it’s %APPDATA%/.homeassistant
. If you want to use a different folder for configuration, run hass --config path/to/config
.
Inside your configuration folder is the file configuration.yaml
. This is the main file that contains which components will be loaded and what their configuration is. An example configuration file is located here.
@@ -170,7 +170,7 @@
To make Home Assistant accessible while away from home, you will have to setup port forwarding from your router to port 8123 on the computer that is hosting Home Assistant. Instructions on how to do this can be found by searching <Router model> port forwarding instructions
.
-Some internet service providers will only offer dynamic IPs. This can cause you to be unable to access Home Assistant while being remote. You can solve this by using a free Dynamic DNS service like DuckDNS.
+Some internet service providers will only offer dynamic IPs. This can cause you to be unable to access Home Assistant while away. You can solve this by using a free Dynamic DNS service like DuckDNS.
diff --git a/getting-started/devices/index.html b/getting-started/devices/index.html
index 2b516c7499..78b8a4603a 100644
--- a/getting-started/devices/index.html
+++ b/getting-started/devices/index.html
@@ -112,11 +112,11 @@
- Home Assistant will be able to automatically discover and configure any Google Chromecasts, Netgear routers, Belkin WeMo switches, Philips Hue bridges and Sonos speakers in your network if you have the discovery component enabled (which is by default).
+ Home Assistant will be able to automatically discover and configure any Google Chromecasts, Netgear routers, Belkin WeMo switches, Philips Hue bridges and Sonos speakers on your network if you have the discovery component enabled (which is by default).
See the components overview page to find installation instructions for your devices and services. If you can’t find support for your favorite device or service, consider adding support.
-Usually every entity needs its own entry in the configuration.yaml
file. There are two kind of styles for multiple entries:
+Usually every entity needs its own entry in the configuration.yaml
file. There are two kinds of style for multiple entries:
Style 1
@@ -166,7 +166,7 @@ If your devices are not showing up in the frontend then check the entries in you
Grouping devices
-Once you get a bunch of devices set up, it is time to organize them. This can be done using groups. Each group exists of a name and a list of entity IDs. Entity IDs can be retrieved from the web interface by using the Set State page in the Developer Tools (icon in the middle).
+Once you have a bunch of devices set up, it is time to organize them. This can be done using groups. Each group exists of a name and a list of entity IDs. Entity IDs can be retrieved from the web interface by using the Set State page in the Developer Tools (icon in the middle).
diff --git a/getting-started/index.html b/getting-started/index.html
index c0a168042c..85fc68db05 100644
--- a/getting-started/index.html
+++ b/getting-started/index.html
@@ -134,7 +134,7 @@ $ hass --open-ui
@@ -150,7 +150,7 @@ $ hass --open-ui
- This will launch Home Assistant and serve its web interface from port 8123 on your Docker host.
+ This will launch Home Assistant and serve the web interface from port 8123 on your Docker host.
When using boot2docker on OS X you are unable to map the local time to your Docker container. Replace -v /etc/localtime:/etc/localtime:ro
with -e "TZ=America/Los_Angeles"
(replacing America/Los_Angeles with your timezone)
@@ -176,7 +176,7 @@ $ hass
diff --git a/getting-started/presence-detection/index.html b/getting-started/presence-detection/index.html
index ca6a9ab43b..dc70cdde15 100644
--- a/getting-started/presence-detection/index.html
+++ b/getting-started/presence-detection/index.html
@@ -120,7 +120,7 @@ We care about privacy. Collected data is
only stored in your instance of
- Send me a notification when my child arrives at school
- - Turn on AC when I leave work
+ - Turn on the AC when I leave work
@@ -132,7 +132,7 @@ Screenshot of Home Assistant showing a school, work and home zone and two people
The device tracker component offers presence detection for Home Assistant. It supports two different methods for presence detection: scan for connected devices on the local network and connect to third party service.
-
Scanning for connected devices is easy to setup. See the instructions for our supported routers or scan the network using nmap. This approach does have its limitations. It will only be able to detect if a device is home. It also struggles with iPhones because they disconnect from the WiFi if idle, marking them as not home while they are not.
+
Scanning for connected devices is easy to setup. See the instructions for our supported routers or scan the network using nmap. This approach does have its limitations however, it will only be able to detect if a device is home. It also struggles with iPhones because they disconnect from WiFi if idle, marking them as not home when they actually are.
Home Assistant currently supports two third party services for presence detection: OwnTracks and Locative. OwnTracks is an app that you install on your iPhone or Android phone that allows you to push the location of your device to Home Assistant using an MQTT broker. An MQTT broker is an Internet of Things communication platform that you can freely host yourself or get a private instance for free in the cloud.
@@ -144,7 +144,7 @@ OwnTracks communicates directly with your MQTT broker, no data will pass through

-
Home Assistant will know about the location for your device if you are using OwnTracks. By setting up zones you will be able to add names to locations of your devices. This way you can easily spot on the state page where the people in your house are and use it as triggers and conditions for automation.
+
Home Assistant will know the location of your device if you are using OwnTracks. By setting up zones you will be able to add names to the locations of your devices. This way you can easily spot on the state page where the people in your house are and use it as triggers and conditions for automation.
diff --git a/getting-started/templating/index.html b/getting-started/templating/index.html
index a70128b53f..07779141be 100644
--- a/getting-started/templating/index.html
+++ b/getting-started/templating/index.html
@@ -113,7 +113,7 @@
-This is an advanced feature of Home Assistant. You need a basic understanding of the Home Assistant architecture, especially states.
+This is an advanced feature of Home Assistant. You’ll need a basic understanding of the Home Assistant architecture, especially states.
Templating is a powerful feature in Home Assistant that allows the user control over information that is going into and out of the system. It is used for:
@@ -131,7 +131,7 @@ This is an advanced feature of Home Assistant. You need a basic understanding of
The frontend has a template editor developer tool to help develop and debug templates.
-
Templates can get pretty big pretty fast. To keep a clear overview, consider using YAML multiline strings to define your templates:
+
Templates can get big pretty fast. To keep a clear overview, consider using YAML multiline strings to define your templates:
script:
@@ -154,14 +154,14 @@ The frontend has a template editor developer tool to help develop and debug temp
Home Assistant adds extensions to allow templates to access all of the current states:
- - Iterating
states
will yield each state sorted alphabetically by entity id
- - Iterating
states.domain
will yield each state of that domain sorted alphabetically by entity id
- states.sensor.temperature
returns state object for sensor.temperature
- states('device_tracker.paulus')
will return the state string (not the object) of given entity or unknown
if it doesn’t exist.
- is_state('device_tracker.paulus', 'home')
will test if given entity is specified state.
- is_state_attr('device_tracker.paulus', 'battery', 40)
will test if given entity is specified state.
- - Filter
multiply(x)
will convert input to number and multiply it with x
- - Filter
round(x)
will convert input to number and round it to x
decimals.
+ - Iterating
states
will yield each state sorted alphabetically by entity ID
+ - Iterating
states.domain
will yield each state of that domain sorted alphabetically by entity ID
+ states.sensor.temperature
returns the state object for sensor.temperature
+ states('device_tracker.paulus')
will return the state string (not the object) of the given entity or unknown
if it doesn’t exist.
+ is_state('device_tracker.paulus', 'home')
will test if the given entity is specified state.
+ is_state_attr('device_tracker.paulus', 'battery', 40)
will test if the given entity is specified state.
+ - Filter
multiply(x)
will convert the input to a number and multiply it with x
+ - Filter
round(x)
will convert the input to a number and round it to x
decimals.
Examples
@@ -202,7 +202,7 @@ The frontend has a template editor developer tool to help develop and debug temp
Processing incoming data
-
The other part of templating is processing incoming data. It will allow you to modify incoming data and extract only the data that you care about. This will work only for platforms and components that mentioned support for this in their documentation.
+
The other part of templating is processing incoming data. It will allow you to modify incoming data and extract only the data you care about. This will work only for platforms and components that mentioned support for this in their documentation.
It depends per component or platform but it is common to be able to define a template using the value_template
configuration key. When a new value arrives, your template will be rendered while having access to the following values on top of the usual Home Assistant extensions:
diff --git a/sitemap.xml b/sitemap.xml
index 9bd96bad2c..e7a86e7100 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -948,618 +948,618 @@
https://home-assistant.io/components/alarm_control_panel.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/alarm_control_panel.manual.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/alarm_control_panel.mqtt.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/arduino.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/automation.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/browser.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/camera.foscam.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/camera.generic.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/configurator.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/conversation.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/device_sun_light_trigger.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/device_tracker.actiontec.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/device_tracker.aruba.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/device_tracker.asuswrt.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/device_tracker.ddwrt.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/device_tracker.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/device_tracker.locative.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/device_tracker.luci.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/device_tracker.mqtt.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/device_tracker.netgear.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/device_tracker.nmap_scanner.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/device_tracker.owntracks.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/device_tracker.snmp.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/device_tracker.thomson.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/device_tracker.tomato.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/device_tracker.tplink.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/device_tracker.ubus.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/discovery.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/downloader.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/ecobee.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/group.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/history.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/ifttt.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/ifttt.manything.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/introduction.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/isy994.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/keyboard.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/light.blinksticklight.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/light.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/light.hue.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/light.hyperion.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/light.limitlessled.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/light.rfxtrx.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/light.tellstick.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/light.vera.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/light.wink.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/lock.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/lock.wink.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/logbook.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/media_player.cast.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/media_player.denon.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/media_player.firetv.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/media_player.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/media_player.itunes.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/media_player.kodi.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/media_player.mpd.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/media_player.plex.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/media_player.sonos.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/media_player.squeezebox.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/modbus.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/mqtt.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/notify.file.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/notify.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/notify.instapush.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/notify.nma.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/notify.pushbullet.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/notify.pushover.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/notify.slack.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/notify.smtp.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/notify.syslog.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/notify.telegram.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/notify.xmpp.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/rfxtrx.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/scene.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/script.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.arduino.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.arest.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.bitcoin.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.command_sensor.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.cpuspeed.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.dht.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.ecobee.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.efergy.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.forecast.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.glances.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.modbus.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.mqtt.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.mysensors.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.openweathermap.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.rest.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.rfxtrx.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.rpi_gpio.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.sabnzbd.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.swiss_public_transport.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.systemmonitor.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.tellstick.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.temper.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.time_date.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.transmission.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.vera.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.wink.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sensor.worldclock.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/shell_command.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/simple_alarm.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/sun.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/switch.arduino.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/switch.arest.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/switch.command_switch.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/switch.edimax.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/switch.hikvision.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/switch.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/switch.modbus.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/switch.mqtt.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/switch.rest.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/switch.rfxtrx.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/switch.rpi_gpio.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/switch.tellstick.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/switch.transmission.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/switch.vera.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/switch.wemo.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/switch.wink.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/tellstick.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/thermostat.ecobee.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/thermostat.heat_control.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/thermostat.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/thermostat.nest.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/thermostat.radiotherm.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/vera.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/verisure.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/wink.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/zone.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/components/zwave.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/demo/frontend.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/demo/index.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/developers/add_new_platform.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/developers/api.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/developers/architecture.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/developers/creating_components.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/developers/credits.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/developers/frontend.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/developers/python_api.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/developers/rest_api.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/developers/website.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/getting-started/android.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/getting-started/automation.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/getting-started/autostart.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/getting-started/configuration.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/getting-started/devices.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/getting-started/presence-detection.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/getting-started/troubleshooting-configuration.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/getting-started/troubleshooting.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00
https://home-assistant.io/static/mdi-demo.html
- 2016-01-28T06:37:31+00:00
+ 2016-01-28T10:09:40+00:00