diff --git a/components/arduino/index.html b/components/arduino/index.html
index b15e53caa6..4c70afa5ce 100644
--- a/components/arduino/index.html
+++ b/components/arduino/index.html
@@ -123,6 +123,12 @@
A word of caution: The Arduino boards are not storing states. This means that with every initialization the pins are set to off/low.
+Add the user who is used to run Home Assistant to the groups to allow access to the serial port.
+
+sudo usermod -a -G dialout,lock $USER
+
+
+
diff --git a/components/binary_sensor.apcupsd/index.html b/components/binary_sensor.apcupsd/index.html
index 41551c712f..6c0012f708 100644
--- a/components/binary_sensor.apcupsd/index.html
+++ b/components/binary_sensor.apcupsd/index.html
@@ -95,16 +95,15 @@
# Example configuration.yaml entry
binary_sensor:
- platform: apcupsd
- name: UPS Online
+ - platform: apcupsd
+ name: UPS Online
Configuration variables:
- - resource (Required): The resource or endpoint that contains the value.
- - method (Optional): The method of the request. Default is GET.
+ - name (Optional): Name to use in the front end.
diff --git a/components/binary_sensor.enocean/index.html b/components/binary_sensor.enocean/index.html
index 49cdbd785c..20dec5f806 100644
--- a/components/binary_sensor.enocean/index.html
+++ b/components/binary_sensor.enocean/index.html
@@ -97,6 +97,8 @@
binary_sensor:
- platform: enocean
id: [0x01,0x90,0x84,0x3C]
+ name: Door
+ sensor_class: opening
@@ -104,7 +106,8 @@
- id (Required): The ID of the device. This is the 4 bytes long number written on the dimmer.
- - platform (Required): Set to
enocean
.
+ - name (Optional): An identifier for the Ligh in the frontend.
+ - sensor_class (Optional): The type/class of the sensor to set the icon in the frontend.
diff --git a/components/enocean/index.html b/components/enocean/index.html
index c4d32a0271..3f3b0086f6 100644
--- a/components/enocean/index.html
+++ b/components/enocean/index.html
@@ -96,10 +96,10 @@
There is currently support for the following device types within Home Assistant:
However, only a few devices have been confirmed to work. These are:
@@ -110,9 +110,9 @@
Permundo PSC234 (switch and power monitor)
-Other devices will most likely need some changes in the Home-Assistant code in order to work. Support for teaching of devices is also missing at this time.
+Other devices will most likely need some changes in the Home Assistant code in order to work. Support for teaching of devices is also missing at this time.
-Configuration
+To integrate an EnOcean controller with Home Assistant, add the following section to your configuration.yaml
file:
# Example configuration.yaml entry
enocean:
@@ -120,7 +120,11 @@
-If no device is specified, the default will be /dev/ttyUSB0
+Configuration variables:
+
+
+ - device (Required): The port where your device is connected to your Home Assistant host.
+
diff --git a/components/light.enocean/index.html b/components/light.enocean/index.html
index 990bb74355..7f760c7fb7 100644
--- a/components/light.enocean/index.html
+++ b/components/light.enocean/index.html
@@ -91,12 +91,12 @@
An EnOcean light can take many formes. Currently only one type has been tested: Eltako FUD61 dimmer.
-To use your EnOcean device, you first have to set up your EnOcean hub and then add the following to your configuration.yaml
file:
+To use your EnOcean device, you first have to set up your EnOcean hub and then add the following to your configuration.yaml
file:
# Example configuration.yaml entry
light:
- - name: Living_room
- platform: enocean
+ - platform: enocean
+ name: Living_room
id: [0x01,0x90,0x84,0x3C]
sender_id: [0xFF,0xC6,0xEA,0x04]
@@ -107,8 +107,7 @@
- id (Required): The ID of the device. This is the 4 bytes long number written on the dimmer.
- sender_id (Required): The Sender ID of the device. This is a 4 bytes long number.
- - platform (Required): Set to
enocean
.
- - name (Required): An identifier for the switch
+ - name (Optional): An identifier for the Ligh in the frontend.
diff --git a/components/sensor.arduino/index.html b/components/sensor.arduino/index.html
index 207cbff489..79aaa52f08 100644
--- a/components/sensor.arduino/index.html
+++ b/components/sensor.arduino/index.html
@@ -89,7 +89,7 @@
-
The arduino
sensor platform allows allow you to get an numerical values from an analog input pin of an Arduino board. Usually the value is between 0 and 1024.
+
The arduino
sensor platform allows you to get an numerical values from an analog input pin of an Arduino board. Usually the value is between 0 and 1024.
To enable an Arduino sensor with Home Assistant, add the following section to your configuration.yaml
file:
diff --git a/components/switch.enocean/index.html b/components/switch.enocean/index.html
index b862094cfb..9e77c61740 100644
--- a/components/switch.enocean/index.html
+++ b/components/switch.enocean/index.html
@@ -91,12 +91,12 @@
An EnOcean switch can take many forms. Currently only one type has been tested: Permundo PSC234
-
To use your EnOcean device, you first have to set up your EnOcean hub and then add the following to your configuration.yaml
file:
+
To use your EnOcean device, you first have to set up your EnOcean hub and then add the following to your configuration.yaml
file:
# Example configuration.yaml entry
switch:
- - name: Television
- platform: enocean
+ - platform: enocean
+ name: Front door
id: [0x01,0x90,0x84,0x3C]
@@ -105,8 +105,7 @@
- id (Required): The ID of the device. This is a 4 bytes long number.
- - platform (Required): Set to
enocean
.
- - name (Required): An identifier for the switch
+ - name (Optional): An identifier for the switch. Default to
EnOcean Switch
.
diff --git a/sitemap.xml b/sitemap.xml
index 1c6be054a6..6ef08b0d65 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1855,62 +1855,62 @@
https://home-assistant.io/demo/frontend.html
-2016-08-23T19:09:24+00:00
+2016-08-24T11:17:22+00:00
https://home-assistant.io/demo/index.html
-2016-08-23T19:09:24+00:00
+2016-08-24T11:17:22+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2016-08-23T19:09:24+00:00
+2016-08-24T11:17:22+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2016-08-23T19:09:24+00:00
+2016-08-24T11:17:22+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2016-08-23T19:09:24+00:00
+2016-08-24T11:17:22+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2016-08-23T19:09:24+00:00
+2016-08-24T11:17:22+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2016-08-23T19:09:24+00:00
+2016-08-24T11:17:22+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2016-08-23T19:09:24+00:00
+2016-08-24T11:17:22+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2016-08-23T19:09:24+00:00
+2016-08-24T11:17:22+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2016-08-23T19:09:24+00:00
+2016-08-24T11:17:22+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2016-08-23T19:09:24+00:00
+2016-08-24T11:17:22+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2016-08-23T19:09:24+00:00
+2016-08-24T11:17:22+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2016-08-23T19:09:24+00:00
+2016-08-24T11:17:22+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2016-08-23T19:09:24+00:00
+2016-08-24T11:17:23+00:00
https://home-assistant.io/static/mdi-demo.html
-2016-08-23T19:09:24+00:00
+2016-08-24T11:17:23+00:00