From da1935e81176d76eb85e1f189c5ca5bc075839e5 Mon Sep 17 00:00:00 2001 From: Ferry Cools Date: Sat, 3 Feb 2024 09:02:20 +0100 Subject: [PATCH] Document `hide_config_entities` option --- Strategy-Options.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) 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