mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 04:50:17 +00:00
Index config entry discovery_keys by discovery domain (#126563)
* Index config entry discovery_keys by discovery domain * Add new signal * Update tests * Update homeassistant/config_entries.py Co-authored-by: J. Nick Koston <nick@koston.org> * Fix imports --------- Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
@@ -36,7 +36,7 @@ async def test_entry_diagnostics(
|
||||
"disabled_by": None,
|
||||
"created_at": ANY,
|
||||
"modified_at": ANY,
|
||||
"discovery_keys": [],
|
||||
"discovery_keys": {},
|
||||
},
|
||||
"data": {
|
||||
"bridges": [
|
||||
|
||||
Reference in New Issue
Block a user