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 morning/evening brightness adjust #100

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jul 3, 2020

  1. Add direction variable

    Direction is 1 for brightness increase, -1 for brightness decrease and 0 for unchanged brightness
    sagaalicekarlsson committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    8ce2854 View commit details
    Browse the repository at this point in the history
  2. Add disable brightness adjust morning/evening configs

    Ignores brightness changes in the morning when CONF_DISABLE_BRIGHTNESS_ADJUST_MORNING is set  to true and in the evening if CONF_DISABLE_BRIGHTNESS_ADJUST_EVENING is set to true
    sagaalicekarlsson committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    1361574 View commit details
    Browse the repository at this point in the history