From c8a9cd56188a0683aedce2a94f9f2ec3dcead3cb Mon Sep 17 00:00:00 2001 From: Kevin Gottsman Date: Fri, 17 Nov 2023 00:37:27 -0500 Subject: [PATCH] Add "home" as an available view (#94) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4589e95..8dc66be 100644 --- a/README.md +++ b/README.md @@ -265,6 +265,7 @@ By default, all pre-built views below are shown: | Available views | type | Description | |:----------------|:--------|:-----------------------------------------------------------------------------| +| `home` | object* | View to show the home screen. | | `light` | object* | View to control all lights and lights of each area. | | `fan` | object* | View to control all fans and fans of each area. | | `cover` | object* | View to control all covers and covers of each area. |