* Fix reversed door closing/opening states in HomeKit When we closed the door we would set state 2 which is "Opening" it should have been 3 which is "Closing" When we opened the door we would set state 3 which is "Closing" it should have been 2 which is "Opening" Add constants to make this easier to catch in the future. * Remove debug * Add note about target door state |
||
---|---|---|
.. | ||
__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 |