Merge pull request #22 from nwithan8/patch-1

Fix invalid example
This commit is contained in:
Aalian Khan
2023-05-28 15:13:30 -04:00
committed by GitHub

View File

@ -187,7 +187,7 @@ Mushroom strategy includes pre-built views to control/view specific domains. Onl
| `fans` | boolean | View to control all fans and fans of each area |
| `covers` | boolean | View to control all covers and covers of each area |
| `switches` | boolean | View to control all switches and switches of each area |
| `climates` | boolean | View to control climate devices such as thermostates. Seperated by each area |
| `climates` | boolean | View to control climate devices such as thermostats. Seperated by each area |
| `cameras` | boolean | View to show all cameras using WebRTC cards. Seperated by each area |
#### Example
@ -201,7 +201,7 @@ strategy:
switches: true
covers: false
cameras: true
thermostats: false
climates: false
views: []
```