From 3c28cadcbfd18311c20643a5a20d9d0cb6799923 Mon Sep 17 00:00:00 2001 From: Aalian Khan Date: Tue, 5 Sep 2023 19:29:19 -0400 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 584d25f..5a8136a 100644 --- a/README.md +++ b/README.md @@ -275,6 +275,7 @@ The following domains are supported and enabled by default: * cover * switch * camera +* lock * climate * media_player * sensor @@ -290,6 +291,23 @@ For these domains, the following options are supported: | `hidden` | boolean | Set to `true` to exclude the view from the dashboard. | | `order` | number | Ordering position of the domain entities in a view. | +#### Example + +```YAML +strategy: + type: custom:mushroom-strategy + options: + domains: + lights: + title: "My cool lights" + order: 1 + switch: + showControls: false + default: + hidden: true +views: [ ] +``` + ### Chips ![Chips](./docs/chips.png)