core/homeassistant
J. Nick Koston 23f278e090
Fix emulated_hue brightness off by one (#34185)
* 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.
2020-04-17 11:59:27 -05:00
..
auth Improve string formatting v9 (#34050) 2020-04-12 17:18:09 +02:00
components Fix emulated_hue brightness off by one (#34185) 2020-04-17 11:59:27 -05:00
generated Add config flow to nws and remove yaml configuration (#34267) 2020-04-16 09:15:55 -05:00
helpers Update Coordinator: Only schedule a refresh if listenerrs (#34317) 2020-04-16 16:44:14 -07:00
scripts Upgrade keyring to 21.2.0 (#34084) 2020-04-12 13:36:34 +02:00
util Patch http.client to not do I/O in the event loop (#34194) 2020-04-15 15:32:10 -07:00
__init__.py
__main__.py Improve string formatting v5 (#33697) 2020-04-05 17:48:55 +02:00
block_async_io.py Patch http.client to not do I/O in the event loop (#34194) 2020-04-15 15:32:10 -07:00
bootstrap.py Use set & dict literals (#33636) 2020-04-04 20:05:15 +02:00
config.py Collection of random (mainly) test improvements (#33733) 2020-04-06 12:51:48 +02:00
config_entries.py Collection of random (mainly) test improvements (#33733) 2020-04-06 12:51:48 +02:00
const.py Add and use frequency constants (#34113) 2020-04-12 22:44:31 +02:00
core.py Patch http.client to not do I/O in the event loop (#34194) 2020-04-15 15:32:10 -07:00
data_entry_flow.py Allow async_setup changes to config entry data be taken into a… (#34166) 2020-04-14 18:46:41 -07:00
exceptions.py
loader.py Add command to get integration manifests (#34262) 2020-04-15 13:36:16 -07:00
package_constraints.txt Updated frontend to 20200414.0 (#34235) 2020-04-14 15:13:35 -07:00
requirements.py Fix isort problem in homeassistant/requirements.py (#33828) 2020-04-08 12:48:20 -07:00
setup.py Allow async_setup changes to config entry data be taken into a… (#34166) 2020-04-14 18:46:41 -07:00