mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-07-30 18:07:14 +02:00
Document hide_config_entities
option
@ -189,12 +189,17 @@ views: []
|
|||||||
You can configure how the various domains are shown using the `domains` option.
|
You can configure how the various domains are shown using the `domains` option.
|
||||||
The following options are supported:
|
The following options are supported:
|
||||||
|
|
||||||
| Option | type | Description |
|
| Option | type | Description |
|
||||||
|:---------------|:--------|:--------------------------------------------------------------------------|
|
|:-----------------------|:--------|:--------------------------------------------------------------------------|
|
||||||
| `title` | string | Title of the domain in a view. |
|
| `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. |
|
| `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. |
|
| `hidden` | boolean | Set to `true` to exclude the domain from the dashboard. |
|
||||||
| `order` | number | Ordering position of the domain entities in a view. |
|
| `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
|
## Example
|
||||||
|
|
||||||
@ -203,6 +208,8 @@ strategy:
|
|||||||
type: custom:mushroom-strategy
|
type: custom:mushroom-strategy
|
||||||
options:
|
options:
|
||||||
domains:
|
domains:
|
||||||
|
_:
|
||||||
|
hide_config_entities: true
|
||||||
lights:
|
lights:
|
||||||
title: "My cool lights"
|
title: "My cool lights"
|
||||||
order: 1
|
order: 1
|
||||||
|
Reference in New Issue
Block a user