Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add adapt_brightness_until_sleep and adapt_color_temp_until_sleep #566

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
4e1c769
initial commit
th3w1zard1 Apr 10, 2023
b53a5af
add new config option
th3w1zard1 Apr 10, 2023
553265a
Merge b53a5aff68f06501c41f64070e2cc9f327f250c2 into e30b7debe551e58cc…
th3w1zard1 Apr 10, 2023
2d74a31
Update README.md, strings.json, and services.yaml
github-actions[bot] Apr 10, 2023
840aab6
add `adapt_color_temp_until_sleep`
th3w1zard1 Apr 10, 2023
bca9f1b
Merge branch 'adjust_adapt_until_sleep' of https://github.com/basnijh…
th3w1zard1 Apr 10, 2023
06dd2a5
Revert "Merge branch 'adjust_adapt_until_sleep' of https://github.com…
th3w1zard1 Apr 10, 2023
a4d5f86
autofill workaround
th3w1zard1 Apr 10, 2023
7f952e0
Merge a4d5f861ff2e0cadcfc33bef1a78dc3c840cdbcc into e30b7debe551e58cc…
th3w1zard1 Apr 10, 2023
3b61f49
Update README.md, strings.json, and services.yaml
github-actions[bot] Apr 10, 2023
e7e266b
Update const.py
th3w1zard1 Apr 10, 2023
e46d867
Merge branch 'adjust_adapt_until_sleep' of https://github.com/basnijh…
th3w1zard1 Apr 10, 2023
4509c0a
Merge e46d867854ad0ebe000868f4e82be03111104d7a into e30b7debe551e58cc…
th3w1zard1 Apr 10, 2023
91d6065
Update README.md, strings.json, and services.yaml
github-actions[bot] Apr 10, 2023
7244a5f
Update const.py
th3w1zard1 Apr 10, 2023
c4b5067
Merge branch 'adjust_adapt_until_sleep' of https://github.com/basnijh…
th3w1zard1 Apr 10, 2023
bc39f5e
Merge c4b5067b052527cefbfb014a1dd024550865434e into e30b7debe551e58cc…
th3w1zard1 Apr 10, 2023
78395ee
Update README.md, strings.json, and services.yaml
github-actions[bot] Apr 10, 2023
5b927db
Merge branch 'main' into adjust_adapt_until_sleep
th3w1zard1 Apr 10, 2023
b1a27d6
Merge branch 'main' into adjust_adapt_until_sleep
basnijholt Apr 27, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update const.py
  • Loading branch information
th3w1zard1 committed Apr 10, 2023
commit 7244a5f48374b9c0f54ee20af5b857e94faf03eb
1 change: 1 addition & 0 deletions custom_components/adaptive_lighting/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
False,
)
DOCS[CONF_ADAPT_UNTIL_SLEEP] = (
"This option ignores the current state of the sleep switch. "
"When enabled, Adaptive Lighting will treat sleep settings as the minimum, "
"transitioning color temperature to these values after sunset. 🌙"
)
Expand Down