hass-core/tests/components/homekit
Erik Montnemery e9b746e874
Add turned on or off device trigger to toggle entity (#61089)
* Add turned on or off device trigger to toggle entity

* Renamed changed_states trigger to toggled

* Adjust tests

* Fix homekit triggers test

* Add tests

* Adjust tests after rebase

Co-authored-by: J. Nick Koston <nick@koston.org>
2022-01-03 10:41:30 +01:00
..
fixtures Move fixtures part 1 (#58902) 2021-11-01 20:47:05 -07:00
__init__.py
conftest.py
test_accessories.py Ensure homekit setup messages run in event loop (#60226) 2021-11-23 11:40:20 -06:00
test_aidmanager.py
test_config_flow.py Fix user input malformed with deleted entities in HomeKit exclude flow (#60061) 2021-11-23 11:46:54 -06:00
test_get_accessories.py Add input_button support to HomeKit (#62590) 2021-12-22 13:23:57 -10:00
test_homekit.py Remove unnecessary checks before calling os.makedirs (#62576) 2021-12-23 09:59:31 +01:00
test_init.py
test_type_cameras.py Use DeviceClass Enums in homekit (#62218) 2021-12-20 12:53:44 -06:00
test_type_covers.py Fix HomeKit covers with device class window and no tilt (#61566) 2021-12-12 14:10:40 -08:00
test_type_fans.py Remove legacy executor usage from HomeKit tests (#60180) 2021-11-22 22:37:28 -06:00
test_type_humidifiers.py Use DeviceClass Enums in homekit (#62218) 2021-12-20 12:53:44 -06:00
test_type_lights.py Add support to entity registry for overriding device_class (#59985) 2021-11-22 08:38:06 -08:00
test_type_locks.py Remove legacy executor usage from HomeKit tests (#60180) 2021-11-22 22:37:28 -06:00
test_type_media_players.py Use DeviceClass Enums in homekit (#62218) 2021-12-20 12:53:44 -06:00
test_type_remote.py Cleanup HomeKit names to avoid unknown error when adding (#62831) 2021-12-27 09:53:33 +01:00
test_type_security_systems.py
test_type_sensors.py Cleanup HomeKit names to avoid unknown error when adding (#62831) 2021-12-27 09:53:33 +01:00
test_type_switches.py Add input_button support to HomeKit (#62590) 2021-12-22 13:23:57 -10:00
test_type_thermostats.py Remove legacy executor usage from HomeKit tests (#60180) 2021-11-22 22:37:28 -06:00
test_type_triggers.py Add turned on or off device trigger to toggle entity (#61089) 2022-01-03 10:41:30 +01:00
test_util.py Ensure homekit setup messages run in event loop (#60226) 2021-11-23 11:40:20 -06:00
util.py