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:
parent
9b96bc32eb
commit
d82bff1bc2
94 changed files with 378 additions and 325 deletions
|
@ -36,7 +36,7 @@ async def test_entry_diagnostics(
|
|||
"disabled_by": None,
|
||||
"created_at": ANY,
|
||||
"modified_at": ANY,
|
||||
"discovery_keys": [],
|
||||
"discovery_keys": {},
|
||||
},
|
||||
"data": {
|
||||
"bridges": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue