mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Additional Values and examples. (#2953)
Added additional customize examples and values that I use in my config.
This commit is contained in:
parent
15da89597b
commit
4d2804f0a2
@ -41,23 +41,31 @@ homeassistant:
|
|||||||
customize_domain:
|
customize_domain:
|
||||||
light:
|
light:
|
||||||
icon: mdi:home
|
icon: mdi:home
|
||||||
|
automation:
|
||||||
|
initial_state: 'on'
|
||||||
# Customize entities matching a pattern
|
# Customize entities matching a pattern
|
||||||
customize_glob:
|
customize_glob:
|
||||||
"light.kitchen_*":
|
"light.kitchen_*":
|
||||||
icon: mdi:description
|
icon: mdi:description
|
||||||
|
"scene.month_*_colors":
|
||||||
|
hidden: true
|
||||||
|
emulated_hue: false
|
||||||
|
homebridge_hidden: true
|
||||||
```
|
```
|
||||||
|
|
||||||
### {% linkable_title Possible values %}
|
### {% linkable_title Possible values %}
|
||||||
|
|
||||||
| Attribute | Description |
|
| Attribute | Description |
|
||||||
| --------- | ----------- |
|
| --------- | ----------- |
|
||||||
| `friendly_name` | Name of the entity
|
| `friendly_name` | Name of the entity.
|
||||||
| `hidden` | Set to `true` to hide the entity.
|
| `hidden` | Set to `true` to hide the entity.
|
||||||
| `entity_picture` | Url to use as picture for entity
|
| `homebridge_hidden` | Set to `true` to hide the entity from `HomeBridge`.
|
||||||
|
| `emulated_hue` | Set to `false` to hide the entity from emulated_hue.
|
||||||
|
| `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`.
|
| `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.
|
| `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.
|
||||||
| `device_class` | Sets the class of the device, changing the device state and icon that is displayed on the UI (see below).
|
| `device_class` | Sets the class of the device, changing the device state and icon that is displayed on the UI (see below).
|
||||||
|
| `initial_state` | Sets the initial state for automations. `on` or `off`.
|
||||||
|
|
||||||
### {% linkable_title Device Class %}
|
### {% linkable_title Device Class %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user