f25321e010
* Switch homekit lights to use service callbacks Service callbacks allow us to get the on/off, brightness, etc all in one call so we remove all the complexity that was previously needed to handle the out of sync states We now get the on event and brightness event at the same time which allows us to prevent lights from flashing up to 100% before the requested brightness. * Fix STATE_OFF -> STATE_ON,brightness:0 |
||
---|---|---|
.. | ||
__init__.py | ||
common.py | ||
conftest.py | ||
test_accessories.py | ||
test_get_accessories.py | ||
test_homekit.py | ||
test_type_covers.py | ||
test_type_fans.py | ||
test_type_lights.py | ||
test_type_locks.py | ||
test_type_media_players.py | ||
test_type_security_systems.py | ||
test_type_sensors.py | ||
test_type_switches.py | ||
test_type_thermostats.py | ||
test_util.py |