Fix invalid example

This commit is contained in:
Nate Harris
2023-05-20 04:19:39 -06:00
committed by GitHub
parent 54b2fd4789
commit 6d8a02b2a9

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 | | `fans` | boolean | View to control all fans and fans of each area |
| `covers` | boolean | View to control all covers and covers 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 | | `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 | | `cameras` | boolean | View to show all cameras using WebRTC cards. Seperated by each area |
#### Example #### Example
@@ -201,7 +201,7 @@ strategy:
switches: true switches: true
covers: false covers: false
cameras: true cameras: true
thermostats: false climates: false
views: [] views: []
``` ```