mirror of
https://github.com/home-assistant/core.git
synced 2026-07-13 17:44:45 +01:00
23f278e090
* 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.
* use constant
* fix test
* add debug
* Revert "add debug"
This reverts commit 242220a02e.