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

Disable manual control reset on sleep mode change #1063

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rhtenhove
Copy link

This simple change allows you to retain manual control when sleep mode is changed such as at a specific time, sunset, a certain state of a selection of lights (my case), etc.

Examples of where this makes sense is:

  • Reading a book under a manually set light after sunset enables sleep mode
  • Having a wake-up light transition during sleep mode being turned off (my case in Keep manual lights manual when changing sleep mode #1060)
  • Needing a bright light in the bedroom to sort out the laundry, when sleep mode normally would turn on to provide a deep red

This keeps with the documented behavior, i.e. when the aforementioned lights are turned off and on again, they will go back to adaptive (and sleep colors if in sleep mode), without needing any extra switches, checks, automations, etc.

Making these cases possible with the previous behavior requires complicated workarounds per light. However, to get to the previous behavior (reset manual on sleep mode), all you'd need is to add an extra Action which removes manual control for the same switches in the same automation where you're setting sleep mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant