fix reconfig in case of no connection. (#147275)

This commit is contained in:
Markus Adrario 2025-06-22 19:05:56 +02:00 committed by GitHub
parent 7d421bf223
commit 3734c4e91d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,8 +129,6 @@ class HomeeConfigFlow(ConfigFlow, domain=DOMAIN):
): str ): str
} }
), ),
description_placeholders={ description_placeholders={"name": str(reconfigure_entry.unique_id)},
"name": reconfigure_entry.runtime_data.settings.uid
},
errors=errors, errors=errors,
) )