core/homeassistant
David F. Mulcahey fdaaed6523
Fix ZHA light turn on issues (#75220)
* rename variable

* default transition is for color commands not level

* no extra command for groups

* don't transition color change when light off -> on

* clean up

* update condition

* fix condition again...

* simplify

* simplify

* missed one

* rename

* simplify

* rename

* tests

* color_provided_while_off with no changes

* fix missing flag clear

* more tests for transition scenarios

* add to comment

* fix comment

* don't transition when force on is set

* stale comment

* dont transition when colors don't change

* remove extra line

* remove debug print :)

* fix colors

* restore color to 65535 until investigated
2022-07-20 21:34:51 +02:00
..
auth Add EVENT_USER_UPDATED (#71965) 2022-06-09 20:49:02 -07:00
backports Cleanup after pylint update (#68657) 2022-03-26 00:34:12 +01:00
components Fix ZHA light turn on issues (#75220) 2022-07-20 21:34:51 +02:00
generated Remove nest mac prefix that matches cast devices (#75108) 2022-07-14 22:01:41 -07:00
helpers JSON serialize NamedTuple subclasses with aiohttp (#74971) 2022-07-13 14:13:49 -07:00
scripts Initial orjson support take 3 (#73849) 2022-06-22 21:59:51 +02:00
util Remove pip --prefix workaround (#74922) 2022-07-13 14:13:47 -07:00
__init__.py
__main__.py
block_async_io.py
bootstrap.py Prime platform.uname cache at startup to fix blocking subprocess in the event loop (#73975) 2022-06-25 04:31:44 -04:00
config.py
config_entries.py Track tasks adding entities (#73828) 2022-06-29 09:38:35 +02:00
const.py Bumped version to 2022.7.5 2022-07-14 21:31:07 -07:00
core.py Speed up generation of template states (#73728) 2022-06-24 17:28:26 -04:00
data_entry_flow.py
exceptions.py
loader.py Revert "Partially revert "Switch loader to use json helper (#73872)" (#74077)" (#74087) 2022-06-28 09:34:56 +02:00
package_constraints.txt Bump frontend to 20220707.1 (#75232) 2022-07-14 21:30:41 -07:00
requirements.py
runner.py
setup.py
strings.json