Make ISY Amaze Balls! (#893)
* ISY doc updates * How to set sensor class
This commit is contained in:
parent
2f71eb64d6
commit
9e0512dc07
10 changed files with 202 additions and 32 deletions
|
@ -41,9 +41,27 @@ homeassistant:
|
|||
| --------- | ----------- |
|
||||
| friendly_name | Name of the entity
|
||||
| hidden | Set to `true` to hide the entity.
|
||||
| entity_picture | url to use as picture for entity
|
||||
| entity_picture | Url to use as picture for entity
|
||||
| icon | Any icon from [MaterialDesignIcons.com](http://MaterialDesignIcons.com). Prefix name with `mdi:`, ie `mdi:home`.
|
||||
| assumed_state | For switches with an assumed state two buttons are shown (turn off, turn on) instead of a switch. By setting `assumed_state` to `false` you will get the default switch icon.
|
||||
| sensor_class | Sets the class of the sensor, changing the device state and icon that is displayed on the UI (see below).
|
||||
|
||||
| sensor_class | Description |
|
||||
| ------------ | ----------- |
|
||||
| cold | On means cold (or too cold) |
|
||||
| connectivity | On meanse 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 |
|
||||
| opening | Door, window, etc. |
|
||||
| power | Power, over-current, etc. |
|
||||
| safety | On meanse unsafe, Off means safe |
|
||||
| smoke | Smoke detector |
|
||||
| sound | On means sound detected, Off meanse no sound |
|
||||
| vibration | On means vibration detected, Off meanse no vibration |
|
||||
|
||||
### {% linkable_title Reloading customize %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue