diff --git a/source/_components/arduino.markdown b/source/_components/arduino.markdown
index e961ab15149..d6f450c342c 100644
--- a/source/_components/arduino.markdown
+++ b/source/_components/arduino.markdown
@@ -10,6 +10,7 @@ footer: true
logo: arduino.png
ha_category: DIY
featured: true
+ha_release: pre 0.7
---
The [Arduino](https://www.arduino.cc/) device family are microcontroller boards that are often based on the ATmega328 chip. They come with digital input/output pins (some can be used as PWM outputs), analog inputs, and a USB connection. The equipment depends on the [type](https://www.arduino.cc/en/Main/Products) of board. The most common ones are the Arduino Uno and the Arduino Leonardo with 14 digital input/output pins and 6 analog input pins.
diff --git a/source/_components/binary_sensor.command_line.markdown b/source/_components/binary_sensor.command_line.markdown
index f62784929cc..56de407e4d9 100644
--- a/source/_components/binary_sensor.command_line.markdown
+++ b/source/_components/binary_sensor.command_line.markdown
@@ -23,6 +23,7 @@ binary_sensor:
platform: command_line
command: cat /proc/sys/net/ipv4/ip_forward
name: 'IP4 forwarding'
+ sensor_class: opening
payload_on: "1"
payload_off: "0"
value_template: '{% raw %}{{ value.x }}{% endraw %}'
@@ -32,6 +33,7 @@ Configuration variables:
- **command** (*Required*): The action to take to get the value.
- **name** (*Optional*): Let you overwrite the the name of the device. By default *name* from the device is used.
+- **sensor_class** (*Optional*): The [type/class](/components/binary_sensor/) of the sensor to set the icon in the frontend.
- **payload_on** (*Optional*): The payload that represents enabled state. Default is "ON".
- **payload_off** (*Optional*): The payload that represents disabled state. Default is "OFF".
- **value_template** (*Optional*): Defines a [template](/topics/templating/) to extract a value from the payload.
diff --git a/source/_components/binary_sensor.http.markdown b/source/_components/binary_sensor.http.markdown
index 7e7dfe1e9a8..aa279efb200 100644
--- a/source/_components/binary_sensor.http.markdown
+++ b/source/_components/binary_sensor.http.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: http.png
ha_category: Binary Sensor
+ha_release: pre 0.7
---
The URL for a binary sensor looks like the example below:
diff --git a/source/_components/binary_sensor.rpi_gpio.markdown b/source/_components/binary_sensor.rpi_gpio.markdown
index dc2c0b8888a..a75fce5c0c9 100644
--- a/source/_components/binary_sensor.rpi_gpio.markdown
+++ b/source/_components/binary_sensor.rpi_gpio.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: raspberry-pi.png
ha_category: Sensor
+ha_release: pre 0.7
---
diff --git a/source/_components/binary_sensor.template.markdown b/source/_components/binary_sensor.template.markdown
index f325ba4de4d..03af11a3a0a 100644
--- a/source/_components/binary_sensor.template.markdown
+++ b/source/_components/binary_sensor.template.markdown
@@ -28,10 +28,9 @@ Configuration variables:
- **sensors** array (*Required*): List of your sensors.
- **friendly_name** (*Optional*): Name to use in the Frontend.
- - **sensor_class** (*Optional*): Defines the class of the sensor (motion, heat, moisture, etc)
+ - **sensor_class** (*Optional*): The [type/class](/components/binary_sensor/) of the sensor to set the icon in the frontend.
- **value_template** (*Optional*): Defines a [template](/topics/templating/) to extract a value from the payload.
-
## {% linkable_title Examples %}
In this section you find some real life examples of how to use this sensor.
diff --git a/source/_components/camera.generic.markdown b/source/_components/camera.generic.markdown
index 3d88569b683..8fa5522c654 100644
--- a/source/_components/camera.generic.markdown
+++ b/source/_components/camera.generic.markdown
@@ -8,6 +8,7 @@ comments: false
sharing: true
footer: true
ha_category: Camera
+ha_release: pre 0.7
---
diff --git a/source/_components/device_tracker.asuswrt.markdown b/source/_components/device_tracker.asuswrt.markdown
index e1590a59c93..74e76adce4e 100644
--- a/source/_components/device_tracker.asuswrt.markdown
+++ b/source/_components/device_tracker.asuswrt.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: asus.png
ha_category: Presence Detection
+ha_release: pre 0.7
---
diff --git a/source/_components/device_tracker.owntracks.markdown b/source/_components/device_tracker.owntracks.markdown
index 6fceeda3805..9aab6a52b14 100644
--- a/source/_components/device_tracker.owntracks.markdown
+++ b/source/_components/device_tracker.owntracks.markdown
@@ -10,6 +10,7 @@ footer: true
logo: owntracks.png
ha_category: Presence Detection
featured: true
+ha_release: 0.7.4
---
diff --git a/source/_components/device_tracker.tplink.markdown b/source/_components/device_tracker.tplink.markdown
index 50dbf15802f..37fa0f80fdc 100644
--- a/source/_components/device_tracker.tplink.markdown
+++ b/source/_components/device_tracker.tplink.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: tp-link.png
ha_category: Presence Detection
+ha_release: pre 0.7
---
diff --git a/source/_components/downloader.markdown b/source/_components/downloader.markdown
index 5b97207786a..b667bfcc6ce 100644
--- a/source/_components/downloader.markdown
+++ b/source/_components/downloader.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: home-assistant.png
ha_category: Other
+ha_release: pre 0.7
---
The `downloader` component provides a service to download files. It will raise an error and not continue to set itself up when the download directory does not exist.
diff --git a/source/_components/isy994.markdown b/source/_components/isy994.markdown
index eac00a8cc4c..d3c28ba9295 100644
--- a/source/_components/isy994.markdown
+++ b/source/_components/isy994.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: universal_devices.png
ha_category: Hub
+ha_release: pre 0.7
---
The ISY994 is a home automation controller that is capable of controlling Insteon and X10 devices. The controller is also capable of controlling Z-Wave devices but that functionality has not yet been confirmed with Home Assistant.
diff --git a/source/_components/light.limitlessled.markdown b/source/_components/light.limitlessled.markdown
index 62b5c66f4d5..d4006358385 100644
--- a/source/_components/light.limitlessled.markdown
+++ b/source/_components/light.limitlessled.markdown
@@ -10,6 +10,7 @@ sharing: true
footer: true
ha_category: Light
ha_iot_class: "Assumed State"
+ha_release: pre 0.7
---
`limitlessled` can control your [LimitlessLED](http://www.limitlessled.com/) lights from within Home Assistant. The lights are also known as EasyBulb, AppLight, AppLamp, MiLight, LEDme, dekolight or iLight.
diff --git a/source/_components/light.tellstick.markdown b/source/_components/light.tellstick.markdown
index a6482c3bdcf..a81d2384646 100644
--- a/source/_components/light.tellstick.markdown
+++ b/source/_components/light.tellstick.markdown
@@ -15,7 +15,7 @@ ha_iot_class: "Assumed State"
This `tellstick` light platform allows you to control your [TellStick](http://www.telldus.se/products/tellstick) dimmers.
-To use your TellStick device in your installation, add the following to your `configuration.yaml` file:
+To use your TellStick device, you first have to set up your [Tellstick hub](https://home-assistant.io/components/tellstick/) and then add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
diff --git a/source/_components/media_player.itunes.markdown b/source/_components/media_player.itunes.markdown
index 3e77b6f862f..625a46a59ff 100644
--- a/source/_components/media_player.itunes.markdown
+++ b/source/_components/media_player.itunes.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: itunes.png
ha_category: Media Player
+ha_release: 0.7.3
---
diff --git a/source/_components/media_player.kodi.markdown b/source/_components/media_player.kodi.markdown
index e18d1e7a823..8861c04c1d4 100644
--- a/source/_components/media_player.kodi.markdown
+++ b/source/_components/media_player.kodi.markdown
@@ -10,6 +10,7 @@ footer: true
logo: kodi.png
ha_category: Media Player
featured: true
+ha_release: pre 0.7
---
diff --git a/source/_components/media_player.mpd.markdown b/source/_components/media_player.mpd.markdown
index b600a2e4159..449a5972500 100644
--- a/source/_components/media_player.mpd.markdown
+++ b/source/_components/media_player.mpd.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: mpd.png
ha_category: Media Player
+ha_release: pre 0.7
---
diff --git a/source/_components/media_player.plex.markdown b/source/_components/media_player.plex.markdown
index 72b4787d810..a90abe77d89 100644
--- a/source/_components/media_player.plex.markdown
+++ b/source/_components/media_player.plex.markdown
@@ -10,10 +10,11 @@ footer: true
logo: plex.png
ha_category: Media Player
featured: true
+ha_release: 0.7.4
---
-The Plex platform allows you to connect a [Plex Media Server](https://plex.tv) to Home Assistant. It will allow you to control media playback and see the current playing item. The preferred way to setup the Plex platform is by enabling the the [the discovery component](/components/discovery/) and requires GDM to be enabled.
+The `plex` platform allows you to connect a [Plex Media Server](https://plex.tv) to Home Assistant. It will allow you to control media playback and see the current playing item. The preferred way to setup the Plex platform is by enabling the the [the discovery component](/components/discovery/) and requires GDM to be enabled.
If local authentication is enabled or multiple users are defined, HASS requires an authentication token to be entered in the webinterface. See [Finding your account token / X-Plex-Token](https://support.plex.tv/hc/en-us/articles/204059436).
diff --git a/source/_components/media_player.sonos.markdown b/source/_components/media_player.sonos.markdown
index ebea7c807d6..b2db3341a49 100644
--- a/source/_components/media_player.sonos.markdown
+++ b/source/_components/media_player.sonos.markdown
@@ -10,6 +10,7 @@ footer: true
logo: sonos.png
ha_category: Media Player
featured: true
+ha_release: 0.7.3
---
diff --git a/source/_components/media_player.squeezebox.markdown b/source/_components/media_player.squeezebox.markdown
index ba31bd25503..e819dba2bc6 100644
--- a/source/_components/media_player.squeezebox.markdown
+++ b/source/_components/media_player.squeezebox.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: logitech.png
ha_category: Media Player
+ha_release: pre 0.7
---
diff --git a/source/_components/modbus.markdown b/source/_components/modbus.markdown
index d8e4a36daaa..133e1692097 100644
--- a/source/_components/modbus.markdown
+++ b/source/_components/modbus.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: modbus.png
ha_category: Hub
+ha_release: pre 0.7
---
diff --git a/source/_components/mqtt.markdown b/source/_components/mqtt.markdown
index 4a2a9a68d58..966b96ca453 100644
--- a/source/_components/mqtt.markdown
+++ b/source/_components/mqtt.markdown
@@ -10,6 +10,7 @@ footer: true
logo: mqtt.png
ha_category: Hub
featured: true
+ha_release: pre 0.7
---
MQTT (aka MQ Telemetry Transport) is a machine-to-machine or "Internet of Things" connectivity protocol on top of TCP/IP. It allows extremely lightweight publish/subscribe messaging transport.
diff --git a/source/_components/notify.instapush.markdown b/source/_components/notify.instapush.markdown
index 7fba31285d6..aeed476d1d6 100644
--- a/source/_components/notify.instapush.markdown
+++ b/source/_components/notify.instapush.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: instapush.png
ha_category: Notifications
+ha_release: pre 0.7
---
diff --git a/source/_components/notify.nma.markdown b/source/_components/notify.nma.markdown
index 9f22a757c59..7c548f7fb96 100644
--- a/source/_components/notify.nma.markdown
+++ b/source/_components/notify.nma.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: nma.png
ha_category: Notifications
+ha_release: pre 0.7
---
diff --git a/source/_components/notify.pushover.markdown b/source/_components/notify.pushover.markdown
index 9e7161e3619..36d7c7e0076 100644
--- a/source/_components/notify.pushover.markdown
+++ b/source/_components/notify.pushover.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: pushover.png
ha_category: Notifications
+ha_release: pre 0.7
---
diff --git a/source/_components/notify.slack.markdown b/source/_components/notify.slack.markdown
index 7cb5219a744..54df1121347 100644
--- a/source/_components/notify.slack.markdown
+++ b/source/_components/notify.slack.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: slack.png
ha_category: Notifications
+ha_release: pre 0.7
---
diff --git a/source/_components/notify.smtp.markdown b/source/_components/notify.smtp.markdown
index 41b269159da..9b9c419e8f1 100644
--- a/source/_components/notify.smtp.markdown
+++ b/source/_components/notify.smtp.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: smtp.png
ha_category: Notifications
+ha_release: pre 0.7
---
diff --git a/source/_components/notify.syslog.markdown b/source/_components/notify.syslog.markdown
index b6ed6338f3f..89f7f3b2246 100644
--- a/source/_components/notify.syslog.markdown
+++ b/source/_components/notify.syslog.markdown
@@ -8,6 +8,7 @@ comments: false
sharing: true
footer: true
ha_category: Notifications
+ha_release: pre 0.7
---
diff --git a/source/_components/notify.xmpp.markdown b/source/_components/notify.xmpp.markdown
index 5fe7a01c4f6..8d09f3e4b0f 100644
--- a/source/_components/notify.xmpp.markdown
+++ b/source/_components/notify.xmpp.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: xmpp.png
ha_category: Notifications
+ha_release: pre 0.7
---
diff --git a/source/_components/rfxtrx.markdown b/source/_components/rfxtrx.markdown
index 57267db40cc..bb4635fb6bb 100644
--- a/source/_components/rfxtrx.markdown
+++ b/source/_components/rfxtrx.markdown
@@ -8,8 +8,10 @@ comments: false
sharing: true
footer: true
ha_category: Hub
+ha_release: pre 0.7
---
-The rfxtrx component supports RFXtrx devices by [RFXCOM](http://www.rfxcom.com) which communicate in the frequency range of 433.92 MHz.
+
+The `rfxtrx` component supports RFXtrx devices by [RFXCOM](http://www.rfxcom.com) which communicate in the frequency range of 433.92 MHz.
To enable RFXtrx in your installation, add the following to your `configuration.yaml` file:
diff --git a/source/_components/sensor.arduino.markdown b/source/_components/sensor.arduino.markdown
index f893a4ada08..fa4ce338412 100644
--- a/source/_components/sensor.arduino.markdown
+++ b/source/_components/sensor.arduino.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: arduino.png
ha_category: DIY
+ha_release: pre 0.7
---
diff --git a/source/_components/sensor.bitcoin.markdown b/source/_components/sensor.bitcoin.markdown
index e575411c0aa..9b4525c9e3c 100644
--- a/source/_components/sensor.bitcoin.markdown
+++ b/source/_components/sensor.bitcoin.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: bitcoin.png
ha_category: Sensor
+ha_release: pre 0.7
---
diff --git a/source/_components/sensor.efergy.markdown b/source/_components/sensor.efergy.markdown
index 15dc7f7fb7d..a8030465fbf 100644
--- a/source/_components/sensor.efergy.markdown
+++ b/source/_components/sensor.efergy.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: efergy.png
ha_category: Sensor
+ha_release: pre 0.7
---
diff --git a/source/_components/sensor.forecast.markdown b/source/_components/sensor.forecast.markdown
index adba318b9f2..42bdc2beb21 100644
--- a/source/_components/sensor.forecast.markdown
+++ b/source/_components/sensor.forecast.markdown
@@ -10,6 +10,7 @@ footer: true
logo: forecast.png
ha_category: Weather
featured: true
+ha_release: pre 0.7
---
The `forecast` platform uses the [Forecast.io](https://forecast.io/) web service as a source of meteorological data for your location. The location is based on the `longitude` and `latitude` coordinates configured in `configuration.yaml`. The coordinates are auto-detected but to take advantage of the hyper-local weather reported by forecast.io, you can refine them down to your exact home address. GPS coordinates can be found by using Google Maps and clicking on your home.
@@ -41,13 +42,16 @@ sensor:
- pressure
- visibility
- ozone
+ - minutely_summary
+ - hourly_summary
+ - daily_summary
```
Configuration variables:
- **api_key** (*Required*): Your API key for http://forecast.io/.
- **monitored_conditions** array (*Required*): Conditions to display in the frontend.
- - **summary**: A human-readable text summary.
+ - **summary**: A human-readable text summary of the current conditions.
- **precip_type**: The type of precipitation occurring.
- **precip_intensity**: The average expected intensity of precipitation occurring.
- **precip_probability**: A value between 0 and 1 which is representing the probability of precipitation.
@@ -61,6 +65,9 @@ Configuration variables:
- **pressure**: The sea-level air pressure in millibars.
- **visibility**: The average visibility.
- **ozone**: The columnar density of total atmospheric ozone in Dobson.
+ - **minutely_summary**: A human-readable text summary for the next hour.
+ - **hourly_summary**: A human-readable text summary for the next 24 hours.
+ - **daily_summary**: A human-readable text summary for the next 7 days.
- **units** (*Optional*): Specify the unit system. Default to `si` or `us` based on the temperature preference in Home Assistant. Other options are `auto`, `us`, `si`, `ca`, and `uk2`.
`auto` will let forecast.io decide the unit system based on location.
diff --git a/source/_components/sensor.http.markdown b/source/_components/sensor.http.markdown
index 7d7bcb63eb5..b9586d01fe6 100644
--- a/source/_components/sensor.http.markdown
+++ b/source/_components/sensor.http.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: http.png
ha_category: Sensor
+ha_release: pre 0.7
---
The URL for a sensor looks like the example below:
diff --git a/source/_components/sensor.modbus.markdown b/source/_components/sensor.modbus.markdown
index 99f85d03cc3..a8f4acdc32e 100644
--- a/source/_components/sensor.modbus.markdown
+++ b/source/_components/sensor.modbus.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: modbus.png
ha_category: Sensor
+ha_release: pre 0.7
---
diff --git a/source/_components/sensor.openweathermap.markdown b/source/_components/sensor.openweathermap.markdown
index 66e5e4f3d89..6c8a4f85c69 100644
--- a/source/_components/sensor.openweathermap.markdown
+++ b/source/_components/sensor.openweathermap.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: openweathermap.png
ha_category: Weather
+ha_release: pre 0.7
---
diff --git a/source/_components/sensor.rest.markdown b/source/_components/sensor.rest.markdown
index 26c3203d471..aae1513a326 100644
--- a/source/_components/sensor.rest.markdown
+++ b/source/_components/sensor.rest.markdown
@@ -8,6 +8,7 @@ comments: false
sharing: true
footer: true
ha_category: Sensor
+ha_release: 0.7.4
---
diff --git a/source/_components/sensor.sabnzbd.markdown b/source/_components/sensor.sabnzbd.markdown
index 984143da7fc..68bdf6035a3 100644
--- a/source/_components/sensor.sabnzbd.markdown
+++ b/source/_components/sensor.sabnzbd.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: sabnzbd.png
ha_category: Sensor
+ha_release: pre 0.7
---
diff --git a/source/_components/sensor.swiss_public_transport.markdown b/source/_components/sensor.swiss_public_transport.markdown
index 3128c527582..d923a8ff4c0 100644
--- a/source/_components/sensor.swiss_public_transport.markdown
+++ b/source/_components/sensor.swiss_public_transport.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
ha_category: Sensor
ha_iot_class: "Local Polling"
+ha_release: pre 0.7
---
diff --git a/source/_components/sensor.systemmonitor.markdown b/source/_components/sensor.systemmonitor.markdown
index e1fb58cd46a..e47965cb186 100644
--- a/source/_components/sensor.systemmonitor.markdown
+++ b/source/_components/sensor.systemmonitor.markdown
@@ -8,6 +8,7 @@ comments: false
sharing: true
footer: true
ha_category: Sensor
+ha_release: pre 0.7
---
The `systemmonitor` sensor platform to allow you to monitor disk usage, memory usage, CPU usage, and running processes. This platform has superseded the process component which is now considered deprecated.
diff --git a/source/_components/sensor.tellstick.markdown b/source/_components/sensor.tellstick.markdown
index 8c7a244ebe6..d4bbbdb841d 100644
--- a/source/_components/sensor.tellstick.markdown
+++ b/source/_components/sensor.tellstick.markdown
@@ -14,7 +14,8 @@ ha_category: Sensor
The `tellstick` sensor platform allows you to get current meteorological data from a [TellStick](http://www.telldus.se/products/tellstick) device.
-To use your TellStick device in your installation, add the following to your `configuration.yaml` file:
+
+To use your TellStick device, you first have to set up your [Tellstick hub](https://home-assistant.io/components/tellstick/) and then add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
diff --git a/source/_components/sensor.time_date.markdown b/source/_components/sensor.time_date.markdown
index 614a6346c87..2ca3159d912 100644
--- a/source/_components/sensor.time_date.markdown
+++ b/source/_components/sensor.time_date.markdown
@@ -10,6 +10,7 @@ footer: true
logo: home-assistant.png
ha_category: Sensor
ha_iot_class: "Local Push"
+ha_release: pre 0.7
---
diff --git a/source/_components/sensor.transmission.markdown b/source/_components/sensor.transmission.markdown
index 52f82ad2887..8346c809471 100644
--- a/source/_components/sensor.transmission.markdown
+++ b/source/_components/sensor.transmission.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: transmission.png
ha_category: Sensor
+ha_release: pre 0.7
---
diff --git a/source/_components/sensor.worldclock.markdown b/source/_components/sensor.worldclock.markdown
index 38e2aca0e3f..3b63b96bf08 100644
--- a/source/_components/sensor.worldclock.markdown
+++ b/source/_components/sensor.worldclock.markdown
@@ -10,6 +10,7 @@ footer: true
logo: home-assistant.png
ha_category: Sensor
ha_iot_class: "Local Push"
+ha_release: pre 0.7
---
diff --git a/source/_components/switch.arduino.markdown b/source/_components/switch.arduino.markdown
index c888d85d71a..e6426f688e3 100644
--- a/source/_components/switch.arduino.markdown
+++ b/source/_components/switch.arduino.markdown
@@ -9,10 +9,11 @@ sharing: true
footer: true
logo: arduino.png
ha_category: DIY
+ha_release: pre 0.7
---
-The `arduino` switch platform allows you to control the digital pins of your [Arduino](https://www.arduino.cc/) board. Support for switching pins is limited to high/on and low/off of the digital pins. PWM (pin 3,5,6,9,10, and 11 on an Arduino Uno) is not supported yet.
+The `arduino` switch platform allows you to control the digital pins of your [Arduino](https://www.arduino.cc/) board. Support for switching pins is limited to high/on and low/off of the digital pins. PWM (pin 3, 5, 6, 9, 10, and 11 on an Arduino Uno) is not supported yet.
To enable the Arduino pins with Home Assistant, add the following section to your `configuration.yaml` file:
diff --git a/source/_components/switch.command_line.markdown b/source/_components/switch.command_line.markdown
index bc0e68ce23d..d45f734179c 100644
--- a/source/_components/switch.command_line.markdown
+++ b/source/_components/switch.command_line.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: command_line.png
ha_category: Switch
+ha_release: pre 0.7
---
@@ -91,10 +92,9 @@ switch:
### {% linkable_title Control Foscam Motion Sensor %}
This switch will control the motion sensor of Foscam Webcams which Support CGI Commands ([Source](http://www.ipcamcontrol.net/files/Foscam%20IPCamera%20CGI%20User%20Guide-V1.0.4.pdf)). This switch supports statecmd, which checks the current state of motion detection.
+
```yaml
# Example configuration.yaml entry
-# Replace admin and password with an "Admin" priviledged Foscam user
-# Replace ipaddress with the local IP address of your Foscam
switch:
platform: command_line
switches:
@@ -102,5 +102,8 @@ switch:
oncmd: 'curl -k "https://ipaddress:443/cgi-bin/CGIProxy.fcgi?cmd=setMotionDetectConfig&isEnable=1&usr=admin&pwd=password"'
offcmd: 'curl -k "https://ipaddress:443/cgi-bin/CGIProxy.fcgi?cmd=setMotionDetectConfig&isEnable=0&usr=admin&pwd=password"'
statecmd: 'curl -k --silent "https://ipaddress:443/cgi-bin/CGIProxy.fcgi?cmd=getMotionDetectConfig&usr=admin&pwd=password" | grep -oP "(?<=isEnable>).*?(?=)"'
- value_template: '{{ value == "1" }}'
+ value_template: {% raw %}'{{ value == "1" }}'{% endraw %}
```
+
+- Replace admin and password with an "Admin" priviledged Foscam user
+- Replace ipaddress with the local IP address of your Foscam
diff --git a/source/_components/switch.edimax.markdown b/source/_components/switch.edimax.markdown
index b0078775a0c..8f6164d32b6 100644
--- a/source/_components/switch.edimax.markdown
+++ b/source/_components/switch.edimax.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: edimax.png
ha_category: Switch
+ha_release: pre 0.7
---
diff --git a/source/_components/switch.hikvision.markdown b/source/_components/switch.hikvision.markdown
index 4665c48ef31..36f4581e40e 100644
--- a/source/_components/switch.hikvision.markdown
+++ b/source/_components/switch.hikvision.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: hikvision.png
ha_category: Switch
+ha_release: pre 0.7
---
diff --git a/source/_components/switch.modbus.markdown b/source/_components/switch.modbus.markdown
index 667b5a3dc78..c3512345703 100644
--- a/source/_components/switch.modbus.markdown
+++ b/source/_components/switch.modbus.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: modbus.png
ha_category: Switch
+ha_release: pre 0.7
---
diff --git a/source/_components/switch.rpi_gpio.markdown b/source/_components/switch.rpi_gpio.markdown
index 608ca7aa1ab..81e09670203 100644
--- a/source/_components/switch.rpi_gpio.markdown
+++ b/source/_components/switch.rpi_gpio.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: raspberry-pi.png
ha_category: Switch
+ha_release: pre 0.7
---
diff --git a/source/_components/switch.tellstick.markdown b/source/_components/switch.tellstick.markdown
index c5d060f1ea2..cb00059fc53 100644
--- a/source/_components/switch.tellstick.markdown
+++ b/source/_components/switch.tellstick.markdown
@@ -15,7 +15,7 @@ ha_iot_class: "Assumed State"
This `tellstick` switch platform allows you to control [TellStick](http://www.telldus.se/products/tellstick) devices.
-To use your TellStick device in your installation, add the following to your `configuration.yaml` file:
+To use your TellStick device, you first have to set up your [Tellstick hub](https://home-assistant.io/components/tellstick/) and then add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
diff --git a/source/_components/switch.transmission.markdown b/source/_components/switch.transmission.markdown
index e5a1e435127..3ffb614d96f 100644
--- a/source/_components/switch.transmission.markdown
+++ b/source/_components/switch.transmission.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: transmission.png
ha_category: Switch
+ha_release: pre 0.7
---
diff --git a/source/_components/thermostat.heat_control.markdown b/source/_components/thermostat.heat_control.markdown
index 90fb0b6960c..2b698f9cc11 100644
--- a/source/_components/thermostat.heat_control.markdown
+++ b/source/_components/thermostat.heat_control.markdown
@@ -32,4 +32,4 @@ Configuration variables:
- **target_sensor** (*Required*): `entity_id` for a temperature sensor, target_sensor.state must be temperature.
- **min_temp** (*Optional*): Set minimum set point available (default: 7)
- **max_temp** (*Optional*): Set maximum set point available (default: 35)
-- **target_temp** (*Required*): Set default target temperature. Failure to set this variable will result in target temperature being set to null on startup.
+- **target_temp** (*Required*): Set intital target temperature. Failure to set this variable will result in target temperature being set to null on startup.
diff --git a/source/_components/verisure.markdown b/source/_components/verisure.markdown
index 29199cef7ee..37a0948a919 100644
--- a/source/_components/verisure.markdown
+++ b/source/_components/verisure.markdown
@@ -9,19 +9,18 @@ sharing: true
footer: true
logo: verisure.png
ha_category: Hub
+ha_release: pre 0.7
---
-
-
Home Assistant has support to integrate your [Verisure](https://www.verisure.com/) devices.
We support:
- * Alarm
- * Smartplugs
- * Reading from thermometers and hygrometers integrated in various devices
+ * [Alarm](/components/alarm_control_panel.verisure/)
+ * [Smartplugs](/components/switch.verisure/)
+ * Reading from thermometers and hygrometers integrated in various [devices](/components/sensor.verisure/)
* Mouse Detector
- * Locks
+ * [Locks](/components/lock.verisure/)
To integrate Verisure with Home Assistant, add the following section to your `configuration.yaml` file:
diff --git a/source/_posts/2016-02-09-Smarter-Smart-Things-with-MQTT-and-Home-Assistant.markdown b/source/_posts/2016-02-09-Smarter-Smart-Things-with-MQTT-and-Home-Assistant.markdown
index 59f56128735..2039dae8742 100644
--- a/source/_posts/2016-02-09-Smarter-Smart-Things-with-MQTT-and-Home-Assistant.markdown
+++ b/source/_posts/2016-02-09-Smarter-Smart-Things-with-MQTT-and-Home-Assistant.markdown
@@ -159,7 +159,7 @@ mqttbridge:
- mqtt
homeassistant:
- image: balloob/home-assistant
+ image: homeassistant/home-assistant:latest
ports:
- 80:80
volumes:
diff --git a/source/_posts/2016-05-06-open-iot-summit-talk.markdown b/source/_posts/2016-05-06-open-iot-summit-talk.markdown
new file mode 100644
index 00000000000..a310d6624c7
--- /dev/null
+++ b/source/_posts/2016-05-06-open-iot-summit-talk.markdown
@@ -0,0 +1,22 @@
+---
+layout: post
+title: "Talk: Automating your home with Home Assistant (OpenIoT Summit)"
+description: "The video of Paulus giving a talk at the OpenIoT Summit at the beginning of April about how to automate your home with Home Assistant."
+date: 2016-05-06 07:09:00 -0700
+date_formatted: "May 6, 2016"
+author: Paulus Schoutsen
+author_twitter: balloob
+comments: true
+categories: Talks
+og_image: /images/blog/2016-05-openiot/preview-video.png
+---
+
+At the beginning of April I gave a talk about Home Assistant at the OpenIoT summit in San Diego. I talk about the Home Assistant architecture and explain how to get started integrating your devices. Big thanks to my employer AppFolio ([we're hiring!]) for letting me attend. [Slides.]
+
+