mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
Minor adjustment
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user