mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-07-30 18:07:14 +02:00
Document hide_config_entities
option
@ -190,12 +190,17 @@ You can configure how the various domains are shown using the `domains` option.
|
||||
The following options are supported:
|
||||
|
||||
| Option | type | Description |
|
||||
|:---------------|:--------|:--------------------------------------------------------------------------|
|
||||
|:-----------------------|:--------|:--------------------------------------------------------------------------|
|
||||
| `title` | string | Title of the domain in a view. |
|
||||
| `showControls` | boolean | Weather to show controls in a view, to switch all entities of the domain. |
|
||||
| `hidden` | boolean | Set to `true` to exclude the domain from the dashboard. |
|
||||
| `hide_config_entities` | boolean | Set to `true` to exclude config-entities from the dashboard.* |
|
||||
| `order` | number | Ordering position of the domain entities in a view. |
|
||||
|
||||
## Setting options for all areas
|
||||
|
||||
Use `_` as an identifier to set the `hide_config_entities` option for all domains.
|
||||
|
||||
## Example
|
||||
|
||||
```YAML
|
||||
@ -203,6 +208,8 @@ strategy:
|
||||
type: custom:mushroom-strategy
|
||||
options:
|
||||
domains:
|
||||
_:
|
||||
hide_config_entities: true
|
||||
lights:
|
||||
title: "My cool lights"
|
||||
order: 1
|
||||
|
Reference in New Issue
Block a user