diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index b9fb643b40..6dd4bce605 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -386,3 +386,21 @@ p.note { } } } + +// Responsive YouTube embeds. +// https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php +.videoWrapper { + position: relative; + padding-bottom: 56.25%; /* 16:9 */ + height: 0; + margin-bottom: 25px; + background: #000; + + iframe { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + } +} diff --git a/source/_components/alexa.markdown b/source/_components/alexa.markdown index 8e4d95966b..6725d322fc 100644 --- a/source/_components/alexa.markdown +++ b/source/_components/alexa.markdown @@ -14,12 +14,11 @@ featured: false The Alexa component allows you to integrate Home Assistant into Alexa/Amazon Echo. This component will allow you to query information within Home Assistant by using your voice. There are no supported sentences out of the box as of now, you will have to define them all yourself. This component does not yet allow the control of devices connected to Home Assistant. -
+
+The home-assistant server must be on the same network as the devices for uPnP discovery to work. +If running home-assistant in a docker container use switch `--net=host` to put it on the host's network. +
+ If you are developing a new platform, please read [how to make your platform discoverable]({{site_root}}/developers/add_new_platform/#discovery).diff --git a/source/_components/downloader.markdown b/source/_components/downloader.markdown index a818996d03..928d1b0da9 100644 --- a/source/_components/downloader.markdown +++ b/source/_components/downloader.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logo: downloader.png ha_category: Other --- diff --git a/source/_components/group.markdown b/source/_components/group.markdown index 6fc90a36e5..57105769f3 100644 --- a/source/_components/group.markdown +++ b/source/_components/group.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logo: home-assistant.png ha_category: Organization --- diff --git a/source/_components/history.markdown b/source/_components/history.markdown index 2ec3792e46..d2cd12b6f1 100644 --- a/source/_components/history.markdown +++ b/source/_components/history.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logo: home-assistant.png ha_category: "History" --- diff --git a/source/_components/http.markdown b/source/_components/http.markdown index cff1e1b360..a098ebe811 100644 --- a/source/_components/http.markdown +++ b/source/_components/http.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logo: http.png ha_category: "Other" --- diff --git a/source/_components/influxdb.markdown b/source/_components/influxdb.markdown index 204811d9a6..7f1973087e 100644 --- a/source/_components/influxdb.markdown +++ b/source/_components/influxdb.markdown @@ -11,7 +11,7 @@ logo: influxdb.png ha_category: "History" --- -The `influxdb` component makes it possible to transfer all state changes to an external [InfluxDB](https://influxdb.com/) database. +The `influxdb` component makes it possible to transfer all state changes to an external [InfluxDB](https://influxdb.com/) database. For more details, [see the blog post on InfluxDB](/blog/2015/12/07/influxdb-and-grafana/). To use the `influxdb` component in your installation, add the following to your `configuration.yaml` file: @@ -29,7 +29,7 @@ Configuration variables: - **host** (*Required*): IP address of your database host, eg. http://192.168.1.10. - **port** (*Optional*): Port to use. Defaults to 8086. -- **database** (*Optional*): Name of the database to use. Defaults to `home_assistant` +- **database** (*Optional*): Name of the database to use. Defaults to `home_assistant`. The database must already exist. - **username** (*Optional*): The username of the database user. - **password** (*Optional*): The password for the database user account. diff --git a/source/_components/introduction.markdown b/source/_components/introduction.markdown index fb5fb93e87..dabfd1b455 100644 --- a/source/_components/introduction.markdown +++ b/source/_components/introduction.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logo: home-assistant.png ha_category: Other --- diff --git a/source/_components/logbook.markdown b/source/_components/logbook.markdown index 6ac779cd1e..7e3581788c 100644 --- a/source/_components/logbook.markdown +++ b/source/_components/logbook.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logo: logbook.png ha_category: "History" --- diff --git a/source/_components/logger.markdown b/source/_components/logger.markdown index 36e3d1058c..e7a9935c9b 100644 --- a/source/_components/logger.markdown +++ b/source/_components/logger.markdown @@ -7,10 +7,11 @@ sidebar: true comments: false sharing: true footer: true +logo: home-assistant.png ha_category: "Other" --- -The logger component let one define the level of logging activities in Home Assistant. +The logger component lets one define the level of logging activities in Home Assistant. To enable the logger in your installation, add the following to your `configuration.yaml` file: diff --git a/source/_components/scene.markdown b/source/_components/scene.markdown index a887ecc06a..083bd0c0a3 100644 --- a/source/_components/scene.markdown +++ b/source/_components/scene.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logo: home-assistant.png ha_category: Organization --- diff --git a/source/_components/script.markdown b/source/_components/script.markdown index 7031ae1b49..033c51e70d 100644 --- a/source/_components/script.markdown +++ b/source/_components/script.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logo: home-assistant.png ha_category: Automation --- @@ -19,7 +20,7 @@ script: wakeup: alias: Wake Up sequence: - - event: logbook_entry + - event: LOGBOOK_ENTRY event_data: name: Paulus message: is waking up diff --git a/source/_components/sensor.torque.markdown b/source/_components/sensor.torque.markdown index 146b6c3c9a..f7287899d9 100644 --- a/source/_components/sensor.torque.markdown +++ b/source/_components/sensor.torque.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logo: torque.png ha_category: Sensor --- diff --git a/source/_components/sensor.twitch.markdown b/source/_components/sensor.twitch.markdown index 18f449e00e..56c5dff933 100644 --- a/source/_components/sensor.twitch.markdown +++ b/source/_components/sensor.twitch.markdown @@ -21,8 +21,8 @@ To use Twitch with your installation, add the following to your `configuration.y sensor: platform: twitch channels: - - channel1 - - channel2 + - channel1 + - channel2 ``` Configuration variables: diff --git a/source/_components/simple_alarm.markdown b/source/_components/simple_alarm.markdown index 726d3edea2..f158203cec 100644 --- a/source/_components/simple_alarm.markdown +++ b/source/_components/simple_alarm.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logo: home-assistant.png ha_category: Alarm --- diff --git a/source/_components/sun.markdown b/source/_components/sun.markdown index b4e66dc1e9..3d5c3268b9 100644 --- a/source/_components/sun.markdown +++ b/source/_components/sun.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logo: sun.png ha_category: Weather --- diff --git a/source/_components/switch.command_switch.markdown b/source/_components/switch.command_switch.markdown index 79f8244fd4..9e0c38b812 100644 --- a/source/_components/switch.command_switch.markdown +++ b/source/_components/switch.command_switch.markdown @@ -11,7 +11,7 @@ ha_category: Switch --- -A switch platform that issues specific commands when it is turned on and off. This might very well become our most platform as it allows anyone to integrate any type of switch into Home Assistant that can be controlled from the command line, including calling other scripts! +A switch platform that issues specific commands when it is turned on and off. This might very well become our most powerful platform as it allows anyone to integrate any type of switch into Home Assistant that can be controlled from the command line, including calling other scripts! To enable it, add the following lines to your `configuration.yaml`: diff --git a/source/_components/switch.vera.markdown b/source/_components/switch.vera.markdown index b8ec1307db..868d630158 100644 --- a/source/_components/switch.vera.markdown +++ b/source/_components/switch.vera.markdown @@ -18,7 +18,7 @@ To use your Vera switches in your installation, add the following to your `confi ```yaml # Example configuration.yaml entry -light: +switch: platform: vera vera_controller_url: http://YOUR_VERA_IP:3480/ device_data: diff --git a/source/_components/thermostat.heat_control.markdown b/source/_components/thermostat.heat_control.markdown index a2a98b1001..d27bb3993b 100644 --- a/source/_components/thermostat.heat_control.markdown +++ b/source/_components/thermostat.heat_control.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logo: heat-control.png ha_category: Thermostat --- diff --git a/source/_components/updater.markdown b/source/_components/updater.markdown index ca4fe72dcc..44d270b7b1 100644 --- a/source/_components/updater.markdown +++ b/source/_components/updater.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logo: updater.png ha_category: Other --- diff --git a/source/_components/zone.markdown b/source/_components/zone.markdown index 272b45b823..ceada25304 100644 --- a/source/_components/zone.markdown +++ b/source/_components/zone.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logo: home-assistant.png ha_category: Organization --- diff --git a/source/_posts/2015-12-06-community-highlights.markdown b/source/_posts/2015-12-06-community-highlights.markdown index 02431853f1..bce943466a 100644 --- a/source/_posts/2015-12-06-community-highlights.markdown +++ b/source/_posts/2015-12-06-community-highlights.markdown @@ -17,7 +17,7 @@ First is the public beta of [Let's Encrypt](https://letsencrypt.org/). Let's Enc The next thing is a show-off of some of the cool stuff people do with Home Assistant. This is miniconfig talking to Home Assistant using the Amazon Echo! -
diff --git a/source/_posts/2015-12-20-amazon-echo-icloud-and-templates.markdown b/source/_posts/2015-12-20-amazon-echo-icloud-and-templates.markdown
index c6b8c2729f..46720e849f 100644
--- a/source/_posts/2015-12-20-amazon-echo-icloud-and-templates.markdown
+++ b/source/_posts/2015-12-20-amazon-echo-icloud-and-templates.markdown
@@ -8,12 +8,14 @@ author: Paulus Schoutsen
author_twitter: balloob
comments: true
categories: Release-Notes
-# og_image:
+og_image: /images/blog/2015-12-release-10/alexa-fb.png
---
Alrighty, it's time for Home Assistant 0.10. A lot amazing things have changed and sadly we also had to introduce a bunch of backwards incompatible changes. I would like to give a big shoutout to Philip Lundrigan ([@philipbl]) who put a lot in effort in helping the migration to move towards using templates for a wide variety of platforms.
-
Whenever you write the value on
or off
, surround it with quotes to avoid
diff --git a/source/getting-started/index.markdown b/source/getting-started/index.markdown
index 92b2b71f6a..3e3951ef5c 100644
--- a/source/getting-started/index.markdown
+++ b/source/getting-started/index.markdown
@@ -57,8 +57,8 @@ Home Assistant requires the Raspberry Pi to run [Raspbian Jessie](https://www.ra
Execute the following code in a console:
```bash
-$ pip3 install homeassistant
-$ hass --open-ui
+$ sudo pip3 install homeassistant
+$ hass
```
Running these commands will:
diff --git a/source/images/blog/2015-12-release-10/alexa-fb.png b/source/images/blog/2015-12-release-10/alexa-fb.png
new file mode 100644
index 0000000000..627b7adfd0
Binary files /dev/null and b/source/images/blog/2015-12-release-10/alexa-fb.png differ
diff --git a/source/images/supported_brands/browser.png b/source/images/supported_brands/browser.png
new file mode 100644
index 0000000000..18c4902bf4
Binary files /dev/null and b/source/images/supported_brands/browser.png differ
diff --git a/source/images/supported_brands/conversation.png b/source/images/supported_brands/conversation.png
new file mode 100644
index 0000000000..02b3879f9e
Binary files /dev/null and b/source/images/supported_brands/conversation.png differ
diff --git a/source/images/supported_brands/downloader.png b/source/images/supported_brands/downloader.png
new file mode 100644
index 0000000000..8c83bffa7e
Binary files /dev/null and b/source/images/supported_brands/downloader.png differ
diff --git a/source/images/supported_brands/heat-control.png b/source/images/supported_brands/heat-control.png
new file mode 100644
index 0000000000..53c028a9b6
Binary files /dev/null and b/source/images/supported_brands/heat-control.png differ
diff --git a/source/images/supported_brands/home-assistant.png b/source/images/supported_brands/home-assistant.png
new file mode 100644
index 0000000000..8d097db2f8
Binary files /dev/null and b/source/images/supported_brands/home-assistant.png differ
diff --git a/source/images/supported_brands/http.png b/source/images/supported_brands/http.png
new file mode 100644
index 0000000000..984d013a78
Binary files /dev/null and b/source/images/supported_brands/http.png differ
diff --git a/source/images/supported_brands/logbook.png b/source/images/supported_brands/logbook.png
new file mode 100644
index 0000000000..d177bfef5c
Binary files /dev/null and b/source/images/supported_brands/logbook.png differ
diff --git a/source/images/supported_brands/sun.png b/source/images/supported_brands/sun.png
new file mode 100644
index 0000000000..df5443e639
Binary files /dev/null and b/source/images/supported_brands/sun.png differ
diff --git a/source/images/supported_brands/torque.png b/source/images/supported_brands/torque.png
new file mode 100644
index 0000000000..3a34384937
Binary files /dev/null and b/source/images/supported_brands/torque.png differ
diff --git a/source/images/supported_brands/updater.png b/source/images/supported_brands/updater.png
new file mode 100644
index 0000000000..94dfb6c3be
Binary files /dev/null and b/source/images/supported_brands/updater.png differ