From 6d8a02b2a9f7c1509607cfd62d5ebcefe6f85bc0 Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Sat, 20 May 2023 04:19:39 -0600 Subject: [PATCH] Fix invalid example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87250fd..6b5ba70 100644 --- a/README.md +++ b/README.md @@ -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: [] ```