Update README.md

This commit is contained in:
Aalian Khan
2023-09-05 19:29:19 -04:00
committed by GitHub
parent aad52cdadb
commit 3c28cadcbf

View File

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