mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-08-04 20:14:28 +02:00
Update README.md
This commit is contained in:
18
README.md
18
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
|
||||
|
||||

|
||||
|
Reference in New Issue
Block a user