diff --git a/components/hdmi_cec/index.html b/components/hdmi_cec/index.html
index 33b87a6769..c5704b59c7 100644
--- a/components/hdmi_cec/index.html
+++ b/components/hdmi_cec/index.html
@@ -105,6 +105,18 @@
ln -s /usr/local/lib/python3.4/dist-packages/cec <your venv>/lib/python3.4/site-packages
+e.g. the default virtual environment for the Raspberry Pi AIO would be as follows.
+
+ln -s /usr/local/lib/python3.4/dist-packages/cec /srv/hass/hass_venv/lib/python3.4/site-packages
+
+If after symlinking and adding hdmi_cec:
to your configuration you are getting the following error in your logs,
+
+* failed to open vchiq instance
+
+you will also need to add the user account HASS runs under, to the video
group. To add the HASS user account to the video
group run the following command.
+
+usermod -a -G video <hass_user_account>
+
Configuration Example
In the following example, a Pi Zero running Home Assistant is on a TV’s HDMI port 1. HDMI port 2 is attached to a AV receiver. Three devices are attached to the AV receiver on HDMI ports 1 through 3.
@@ -134,6 +146,16 @@
+So an Automation action using the example above would look something like this.
+
+
+
action:
+ service: hdmi_cec.select_device
+ data:
+ device: Chromecast
+
+
+
Power On
diff --git a/sitemap.xml b/sitemap.xml
index 755219b6ee..dadbe5a92d 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1993,34 +1993,34 @@
https://home-assistant.io/demo/dev-tools.html
- 2016-07-30T06:45:00+00:00
+ 2016-07-30T10:50:15+00:00
https://home-assistant.io/demo/frontend.html
- 2016-07-30T06:45:00+00:00
+ 2016-07-30T10:50:15+00:00
https://home-assistant.io/demo/index.html
- 2016-07-30T06:45:00+00:00
+ 2016-07-30T10:50:15+00:00
https://home-assistant.io/demo/partial-map.html
- 2016-07-30T06:45:00+00:00
+ 2016-07-30T10:50:15+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
- 2016-07-30T06:45:00+00:00
+ 2016-07-30T10:50:15+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
- 2016-07-30T06:45:00+00:00
+ 2016-07-30T10:50:15+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
- 2016-07-30T06:45:00+00:00
+ 2016-07-30T10:50:15+00:00
https://home-assistant.io/static/mdi-demo.html
- 2016-07-30T06:45:00+00:00
+ 2016-07-30T10:50:15+00:00