From 382d328b7b4bc87a32e088219afa55ac0de3a84e Mon Sep 17 00:00:00 2001 From: Aalian Khan Date: Sat, 8 Mar 2025 07:43:07 -0800 Subject: [PATCH] Add Scene domain and view documentation --- Strategy-Options.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Strategy-Options.md b/Strategy-Options.md index 5b2e33c..b02f3db 100644 --- a/Strategy-Options.md +++ b/Strategy-Options.md @@ -155,6 +155,7 @@ By default, all pre-built views below are shown: | `light` | object | View to control lights. | | `switch` | object | View to control switches. | | `vacuum` | object | View to control vacuums. | +| `scene` | object | View to activate scenes. | ## View Options @@ -234,6 +235,7 @@ The following domains are supported and enabled by default: * sensor * switch * vacuum +* scene * default (Miscellaneous) # Home View