core/homeassistant
Rafał Słota 080827fb62
Fix light.turn_on for emulated_hue (#31195)
* Fix light.turn_on for emulated_hue

HarmonyHub sends `{'xy': [0, 0], 'on': True, 'bri': 0}` when turning on lights that do not support brightness control. Unfortunately current logic always uses  brightness value to control on/off state which makes no sense for lights that don't support brightness at all. This change fixes that behavior, making light without brightness control usable with HarmonyHub and probably some other remotes.

* Test 'no_brightness' lights
2020-01-29 12:11:22 +01:00
..
auth Be consistent with Home Assistant and Hass.io spelling (#30500) 2020-01-05 14:09:17 +02:00
components Fix light.turn_on for emulated_hue (#31195) 2020-01-29 12:11:22 +01:00
generated Update Hue discovery (#31215) 2020-01-27 10:54:38 -07:00
helpers Migrate zone to use collection helpers (#30774) 2020-01-22 12:36:25 -08:00
scripts Add Safe Mode (#30723) 2020-01-14 13:03:02 -08:00
util Handle location API being exhausted (#30798) 2020-01-16 17:31:12 +01:00
__init__.py
__main__.py Add Safe Mode (#30723) 2020-01-14 13:03:02 -08:00
bootstrap.py Add Safe Mode (#30723) 2020-01-14 13:03:02 -08:00
config.py Add Safe Mode (#30723) 2020-01-14 13:03:02 -08:00
config_entries.py Add update_entry dict to unique ID flow abort helper (#31090) 2020-01-23 11:21:19 -08:00
const.py Version bump to 0.105.0dev0 2020-01-08 21:07:04 +01:00
core.py Be consistent with Home Assistant and Hass.io spelling (#30500) 2020-01-05 14:09:17 +02:00
data_entry_flow.py Don't expose flows that aren't initialised. (#30432) 2020-01-03 17:28:05 +01:00
exceptions.py Sort imports according to PEP8 for 'homeassistant' folder (#29789) 2019-12-09 16:42:10 +01:00
loader.py Add logo & icon support to Manifest (#31131) 2020-01-24 14:36:22 -08:00
package_constraints.txt Upgrade sqlalchemy to 1.3.13 (#31101) 2020-01-23 17:10:40 +01:00
requirements.py Sort imports for requirements.py and its test using isort (#29836) 2019-12-11 12:12:06 +01:00
setup.py print component import error to logfile (#30346) 2020-01-19 22:05:10 -08:00