diff --git a/atom.xml b/atom.xml index 4cb8eb3d8d..bac82860e7 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
The envisalink
platform allows you to get data from your Envisalink binary sensors from within Home Assistant.
Check the type/class list for a possible visualization of your zone.
+The requirement is that you have setup your Envisalink hub.
diff --git a/components/envisalink/index.html b/components/envisalink/index.html index 2a9389936b..deae32c67a 100644 --- a/components/envisalink/index.html +++ b/components/envisalink/index.html @@ -146,7 +146,7 @@60
seconds.30
friendly_name
hidden
true
to hide the entity.entity_picture
icon
mdi:
, ie mdi:home
.assumed_state
assumed_state
to false
you will get the default switch icon.sensor_class | -Description | -||
---|---|---|---|
cold | -On means cold (or too cold) | -||
connectivity | -On means connection present, Off means no connection | -||
gas | -CO, CO2, etc. | -||
heat | -On means hot (or too hot) | -||
light | -Lightness threshold | -||
moisture | -Specifically a wetness sensor | -||
motion | -Motion sensor | -||
moving | -On means moving, Off means stopped | -||
occupancy | -On means occupied, Off means not occupied | -||
opening | -Door, window, etc. | -||
power | -Power, over-current, etc. | -||
safety | -On means unsafe, Off means safe | -||
smoke | -Smoke detector | -||
sound | -On means sound detected, Off means no sound | -||
vibration | -On means vibration detected, Off means no vibration | +sensor_class |
+ Sets the class of the sensor, changing the device state and icon that is displayed on the UI (see below). |