mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
fix reconfig in case of no connection. (#147275)
This commit is contained in:
parent
7d421bf223
commit
3734c4e91d
@ -129,8 +129,6 @@ class HomeeConfigFlow(ConfigFlow, domain=DOMAIN):
|
||||
): str
|
||||
}
|
||||
),
|
||||
description_placeholders={
|
||||
"name": reconfigure_entry.runtime_data.settings.uid
|
||||
},
|
||||
description_placeholders={"name": str(reconfigure_entry.unique_id)},
|
||||
errors=errors,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user