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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix emulated_hue brightness off by one #34185

Merged
merged 5 commits into from Apr 17, 2020

Commits on Apr 14, 2020

  1. Fix emulated_hue brightness off by one

    Hue uses a max brightness of 254, Home Assistant
    uses a max brightness of 255. Values > 127 were
    off by one.
    bdraco committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    5b7d499 View commit details
    Browse the repository at this point in the history
  2. use constant

    bdraco committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    3ea4182 View commit details
    Browse the repository at this point in the history
  3. fix test

    bdraco committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    b895e24 View commit details
    Browse the repository at this point in the history
  4. add debug

    bdraco committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    242220a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Revert "add debug"

    This reverts commit 242220a.
    bdraco committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    9b71e4f View commit details
    Browse the repository at this point in the history