From 1eaca9fc36f82067a41de506439acba01d4466b2 Mon Sep 17 00:00:00 2001 From: Travis Pew Date: Fri, 1 Jan 2021 14:44:11 -0500 Subject: [PATCH] Update README.md set_manual_control I'd been scratching my head over this for a little bit when I realized that the optional value column had not been updated to reflect the description which clearly states it is optional. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d4aa685..f477ffd5 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ adaptive_lighting: |------------------------|----------|--------------------------------------------------------------------------------------------------------------------------------------| | `entity_id` | no | The `entity_id` of the switch in which to (un)mark the light as being "manually controlled". | | `lights` | no | A light (or list of lights) to apply the settings to. | -| `manual_control` | no | Whether to mark (true) or unmark (false) the light as "manually controlled", when not specified it selects all lights in the switch. | +| `manual_control` | yes | Whether to mark (true) or unmark (false) the light as "manually controlled", when not specified it selects all lights in the switch. | ## Automation examples