diff --git a/Strategy-Options.md b/Strategy-Options.md index cf129e1..85ed6ef 100644 --- a/Strategy-Options.md +++ b/Strategy-Options.md @@ -189,12 +189,17 @@ views: [] 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. | -| `order` | number | Ordering position of the domain entities in a view. | +| 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 @@ -203,6 +208,8 @@ strategy: type: custom:mushroom-strategy options: domains: + _: + hide_config_entities: true lights: title: "My cool lights" order: 1