mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-08-05 04:24:27 +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
|
* cover
|
||||||
* switch
|
* switch
|
||||||
* camera
|
* camera
|
||||||
|
* lock
|
||||||
* climate
|
* climate
|
||||||
* media_player
|
* media_player
|
||||||
* sensor
|
* 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. |
|
| `hidden` | boolean | Set to `true` to exclude the view from the dashboard. |
|
||||||
| `order` | number | Ordering position of the domain entities in a view. |
|
| `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
|
||||||
|
|
||||||

|

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