From 91d606586fd48bb9d27025f7f84e1aac50b9a926 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 10 Apr 2023 09:28:58 +0000 Subject: [PATCH] Update README.md, strings.json, and services.yaml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1467ed34..7e3e6ca8 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ The YAML and frontend configuration methods support all of the options listed be | `sleep_transition` | Duration of transition when "sleep mode" is toggled in seconds. 😴 | `1` | `float` 0-6553 | | `transition` | Duration of transition when lights change, in seconds. 🕑 | `45` | `float` 0-6553 | | `transition_until_sleep` | When enabled, Adaptive Lighting will treat sleep settings as the minimum, transitioning color temperature to these values after sunset. 🌙 | `False` | `bool` | -| `adapt_brightness_until_sleep` | Only active when `transition_until_sleep` is true. | `True` | `bool` | +| `adapt_brightness_until_sleep` | Only active when `transition_until_sleep` is true. | `False` | `bool` | | `adapt_color_temp_until_sleep` | Only active when `transition_until_sleep` is true. | `True` | `bool` | | `interval` | Frequency to adapt the lights, in seconds. 🔄 | `90` | `int > 0` | | `min_brightness` | Minimum brightness percentage. 💡 | `1` | `int` 1-100 |