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
|
||
---|---|---|
.. | ||
__init__.py | ||
hue_api.py | ||
manifest.json | ||
services.yaml | ||
upnp.py |