diff --git a/components/binary_sensor.nx584/index.html b/components/binary_sensor.nx584/index.html
index a19b37eede..ffe2079153 100644
--- a/components/binary_sensor.nx584/index.html
+++ b/components/binary_sensor.nx584/index.html
@@ -113,20 +113,21 @@
An extended configuration entry could look like this:
-```yaml
-Full example configuration.yaml entry
-binary_sensor:
- platform: nx584
- host: 192.168.1.10
- port: 5007
- exclude_zones:
- - 3
- - 5
- zone_types:
- 1: opening
- 2: opening
- 4: motion
- 6: moisture
+# Full example configuration.yaml entry
+binary_sensor:
+ platform: nx584
+ host: 192.168.1.10
+ port: 5007
+ exclude_zones:
+ - 3
+ - 5
+ zone_types:
+ 1: opening
+ 2: opening
+ 4: motion
+ 6: moisture
+
+
diff --git a/docs/installation/centos/index.html b/docs/installation/centos/index.html
index b20a1e0ec7..a7293974cf 100644
--- a/docs/installation/centos/index.html
+++ b/docs/installation/centos/index.html
@@ -96,6 +96,53 @@
There are effort in progress to bring Python 3.4 to Extra Packages for Enterprise Linux (EPEL) which will allow you to follow the Fedora Instructions.
+ Using Software Collections
+
+First of all install the software collection repository as root. For example, on CentOS:
+
+$ yum install centos-release-scl
+
+
+
+Then install the Python 3.5 package:
+
+$ yum install rh-python35
+
+
+
+Once installed, switch to your homeassistant user (if you’ve set one up), enable the software collection and check that it has set up the new version of Python:
+
+$ scl enable rh-python35 bash
+$ python --version
+Python 3.5.1
+
+
+
+You will be in a command shell set up with Python 3.5 as your default version. The virtualenv and pip commands will be correct for this version, so you can now create a virtual environment and install home assistant following the main instructions.
+
+You will need to enable the software collection each time you log on before you activate your virtual environment.
+
+ Systemd with Software Collections
+
+To autostart homeassistant using systemd follow the main instructions and adjust the template as follows:
+
+[Unit]
+Description=Home Assistant
+After=network.target
+
+[Service]
+Type=simple
+User=homeassistant
+# Make sure the virtualenv Python binary is used
+Environment=VIRTUAL_ENV="/srv/homeassistant"
+Environment=PATH="$VIRTUAL_ENV/bin:$PATH"
+# ExecStart using software collection:
+ExecStart=/usr/bin/scl enable rh-python35 -- /srv/homeassistant/bin/hass -c "/home/homeassistant/.homeassistant"
+
+[Install]
+WantedBy=multi-user.target
+
+
diff --git a/sitemap.xml b/sitemap.xml
index 75130d5797..17e293fdbd 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2954,62 +2954,62 @@
https://home-assistant.io/demo/frontend.html
-2017-03-04T12:44:11+00:00
+2017-03-04T12:50:42+00:00
https://home-assistant.io/demo/index.html
-2017-03-04T12:44:11+00:00
+2017-03-04T12:50:42+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2017-03-04T12:44:11+00:00
+2017-03-04T12:50:42+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2017-03-04T12:44:11+00:00
+2017-03-04T12:50:42+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2017-03-04T12:44:11+00:00
+2017-03-04T12:50:42+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2017-03-04T12:44:11+00:00
+2017-03-04T12:50:42+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2017-03-04T12:44:11+00:00
+2017-03-04T12:50:42+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2017-03-04T12:44:11+00:00
+2017-03-04T12:50:42+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2017-03-04T12:44:11+00:00
+2017-03-04T12:50:42+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2017-03-04T12:44:11+00:00
+2017-03-04T12:50:42+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2017-03-04T12:44:11+00:00
+2017-03-04T12:50:42+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2017-03-04T12:44:11+00:00
+2017-03-04T12:50:42+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2017-03-04T12:44:11+00:00
+2017-03-04T12:50:42+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2017-03-04T12:44:11+00:00
+2017-03-04T12:50:42+00:00
https://home-assistant.io/static/mdi-demo.html
-2017-03-04T12:44:11+00:00
+2017-03-04T12:50:42+00:00