mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Minor adjustment
This commit is contained in:
parent
1fbf929819
commit
8541e6e9cd
@ -685,7 +685,7 @@ async def config_subentry_list(
|
||||
"title": subentry.title,
|
||||
"unique_id": subentry.unique_id,
|
||||
}
|
||||
for subentry_id, subentry in entry.subentries.items()
|
||||
for subentry in entry.subentries.values()
|
||||
]
|
||||
connection.send_result(msg["id"], result)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user