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)