hass-core/homeassistant/components/config
Erik Montnemery b2982c18bb
Reinitialize zeroconf discovery flow on unignore (#125753)
* Reinitialize zeroconf discovery flow on unignore

* Adjust tests

* Improve comments

* Fix logic for updating discovery keys

* Add tests

* Use mock_config_flow helper in new config_entries test

* Add discovery_keys attribute to ConfigEntry

* Update zeroconf rediscovery

* Change type of ConfigEntry.discovery_keys

* Update tests

* Fix DiscoveryKey.from_json_dict and add tests

* Fix test

---------

Co-authored-by: J. Nick Koston <nick@koston.org>
2024-09-23 16:49:21 +02:00
..
__init__.py Improve generic event typing [EventComponentLoaded] (#114739) 2024-04-06 14:18:03 +02:00
area_registry.py Enforce namespace import in core (#118235) 2024-05-27 14:03:00 +02:00
auth.py Avoid references to websocket_api.const in core and other components (#119285) 2024-06-10 13:49:44 +02:00
auth_provider_homeassistant.py Improve add user error messages (#120909) 2024-07-01 18:27:40 +02:00
automation.py Add alias to DOMAIN import in config and demo (#125570) 2024-09-10 08:41:47 +02:00
category_registry.py Use root import for websocket_api (#125834) 2024-09-12 19:31:57 +02:00
config_entries.py Reinitialize zeroconf discovery flow on unignore (#125753) 2024-09-23 16:49:21 +02:00
const.py Fix config modules being imported in the event loop (#112462) 2024-03-05 21:18:57 -05:00
core.py Make the radius of the home zone configurable (#119385) 2024-06-15 13:22:01 +02:00
device_registry.py Use root import for websocket_api (#125834) 2024-09-12 19:31:57 +02:00
entity_registry.py Use root import for websocket_api (#125834) 2024-09-12 19:31:57 +02:00
floor_registry.py Use root import for websocket_api (#125834) 2024-09-12 19:31:57 +02:00
label_registry.py Use root import for websocket_api (#125834) 2024-09-12 19:31:57 +02:00
manifest.json
scene.py Add alias to DOMAIN import in config and demo (#125570) 2024-09-10 08:41:47 +02:00
script.py Add alias to DOMAIN import in config and demo (#125570) 2024-09-10 08:41:47 +02:00
services.yaml
view.py Use PEP 695 for class annotations (1) (#117775) 2024-05-20 10:42:57 +02:00