core/homeassistant/components/zha
David F. Mulcahey 6f5e4ca503
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-18 10:20:49 -04:00
..
core Fix flapping system log test (#75111) 2022-07-14 11:05:52 +02:00
translations [ci skip] Translation update 2022-07-14 00:27:41 +00:00
__init__.py Use forward_entry_setups in ZHA (#74834) 2022-07-11 14:29:42 -04:00
alarm_control_panel.py
api.py Identify the active ZHA coordinator device in API responses (#74739) 2022-07-11 14:19:30 -04:00
binary_sensor.py
button.py
climate.py
config_flow.py
cover.py
device_action.py
device_tracker.py
device_trigger.py
diagnostics.py
entity.py Migrate ZHA to new entity naming standard (#74846) 2022-07-10 13:17:59 -07:00
fan.py
light.py Fix ZHA light turn on issues (#75220) 2022-07-18 10:20:49 -04:00
lock.py
logbook.py
manifest.json Bump zigpy from 0.47.2 to 0.47.3 (#75194) 2022-07-14 12:15:51 -07:00
number.py Log warning if number entities set _attr_unit_of_measurement (#74987) 2022-07-11 17:44:07 +02:00
select.py Add Aqara E1 curtain motor direction select entity to ZHA (#75132) 2022-07-13 13:58:36 -04:00
sensor.py
services.yaml
siren.py
strings.json
switch.py