core/tests/components/homekit
J. Nick Koston ef2e55ecec
Add dual IP stack support to HomeKit (#94126)
* Add dual IP stack support to HomeKit

* fix tests

* Update homeassistant/components/network/__init__.py

* remove scopes

* Bump HAP-python to 4.7.0

fixes pairing with newer iOS

changelog: https://github.com/ikalchev/HAP-python/compare/v4.6.0...4.7.0

* fixes

* update tests

* Relocate get_announced_addresses from zeroconf to network

needed for #94126

* rename

* rename

* Update homeassistant/components/network/__init__.py

* Update homeassistant/components/network/__init__.py

* rename

* fix import

* coverage
2023-06-24 23:18:38 -04:00
..
fixtures
__init__.py
conftest.py Adjust entity registry access in homekit tests (#88959) 2023-03-01 16:54:00 +01:00
test_accessories.py
test_aidmanager.py Switch to fnv-hash-fast from fnvhash (#90761) 2023-04-05 20:52:23 -04:00
test_config_flow.py Allow exposing entities not in the entity registry to assistants (#92363) 2023-05-02 22:08:09 +02:00
test_diagnostics.py Allow exposing entities not in the entity registry to assistants (#92363) 2023-05-02 22:08:09 +02:00
test_get_accessories.py Add HomeKit Door accessory type (#80741) 2023-03-06 18:07:43 -10:00
test_homekit.py Add dual IP stack support to HomeKit (#94126) 2023-06-24 23:18:38 -04:00
test_iidmanager.py
test_init.py Allow exposing entities not in the entity registry to assistants (#92363) 2023-05-02 22:08:09 +02:00
test_type_cameras.py Allow exposing any entity to the default conversation agent (#92398) 2023-05-03 09:45:54 -04:00
test_type_covers.py Add HomeKit Door accessory type (#80741) 2023-03-06 18:07:43 -10:00
test_type_fans.py
test_type_humidifiers.py Improve the HomeKit (de)humidifier min/max humidity handling (#90854) 2023-04-05 06:35:47 -10:00
test_type_lights.py
test_type_locks.py
test_type_media_players.py
test_type_remote.py
test_type_security_systems.py
test_type_sensors.py
test_type_switches.py
test_type_thermostats.py
test_type_triggers.py Allow exposing entities not in the entity registry to assistants (#92363) 2023-05-02 22:08:09 +02:00
test_util.py
util.py