diff --git a/atom.xml b/atom.xml index 1730fb7d61..fca53016ba 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
To enable the emulated Hue bridge, add one of the following configs to your configuration.yaml
file:
# Amazon Echo example configuration.yaml entry
-emulated_hue:
-
-# Google Home example configuration.yaml entry
emulated_hue:
- type: google_home
# Google Home does not work on different ports.
+
+# Amazon Echo example configuration.yaml entry
+emulated_hue:
+ type: alexa
listen_port: 80
The vera
platform allows you to get data from your Vera sensors from within Home Assistant.
They will be automatically discovered if the vera component is loaded.
+Please note that some vera sensors (such as motion and flood sensors) are armable which means that vera will send alerts (email messages ot txts) when they are armed an change state.
+Home Assistant will display the state of these sensors regardless of the armed state.
+To allow you to change the armed state - Home Assistant will create a switch as well as a sensor for each Armable sensor. You can hide these switches using customization if you wish.