Document hide_config_entities option

Ferry Cools
2024-02-03 09:02:20 +01:00
parent 726d4473bc
commit da1935e811

@ -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