hass-core/tests/components/homekit
2024-11-10 22:40:23 +00:00
..
fixtures
__init__.py
conftest.py Add type hints to homekit events fixture (#121211) 2024-07-04 16:32:01 +02:00
test_accessories.py Add type hints to homekit events fixture (#121211) 2024-07-04 16:32:01 +02:00
test_aidmanager.py Add ruff rule PIE808 (#113621) 2024-03-17 09:56:26 +01:00
test_config_flow.py Move mock_async_zeroconf to decorator in homekit tests (#119060) 2024-06-07 12:30:02 +02:00
test_diagnostics.py Add type hints to homekit events fixture (#121211) 2024-07-04 16:32:01 +02:00
test_get_accessories.py Add valve domain to HomeKit (#115901) 2024-06-30 12:04:20 -05:00
test_homekit.py Remove automatic linkage of doorbells to HomeKit accessories via device class occupancy (#127668) 2024-10-05 14:24:58 -05:00
test_iidmanager.py Add empty line after module docstring [tests f-k] (#112709) 2024-03-08 14:50:04 +01:00
test_init.py Move mock_async_zeroconf to decorator in homekit tests (#119060) 2024-06-07 12:30:02 +02:00
test_type_cameras.py Improve type hints in homekit and homekit_controller tests (#124213) 2024-08-20 12:47:41 +02:00
test_type_covers.py Cover state is enum (#127144) 2024-10-08 18:39:04 +02:00
test_type_fans.py Add alias to DOMAIN import in tests [h-m] (#125577) 2024-09-09 15:21:01 +02:00
test_type_humidifiers.py Add alias to DOMAIN import in tests [h-m] (#125577) 2024-09-09 15:21:01 +02:00
test_type_lights.py Fix setting brightness to 0 in HomeKit when the On characteristic is not sent (#129201) 2024-10-26 15:29:15 +02:00
test_type_locks.py Change lock state to an enum (#126379) 2024-09-24 12:30:50 +02:00
test_type_media_players.py Add alias to DOMAIN import in tests [h-m] (#125577) 2024-09-09 15:21:01 +02:00
test_type_remote.py Add alias to DOMAIN import in tests [h-m] (#125577) 2024-09-09 15:21:01 +02:00
test_type_security_systems.py Fix Homekit error handling alarm state unknown or unavailable (#130311) 2024-11-10 22:40:23 +00:00
test_type_sensors.py Push real binary sensor states to state machine in tests (#128894) 2024-10-21 16:19:25 +02:00
test_type_switches.py Add type hints to homekit events fixture (#121211) 2024-07-04 16:32:01 +02:00
test_type_thermostats.py Map pre-heating and defrosting hvac actions in homekit (#123907) 2024-08-14 15:36:49 +02:00
test_type_triggers.py Add type hints to homekit events fixture (#121211) 2024-07-04 16:32:01 +02:00
test_util.py Ensure event entities are allowed for linked homekit config via YAML (#123994) 2024-08-16 16:48:59 +02:00
util.py