mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +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
|
): str
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
description_placeholders={
|
description_placeholders={"name": str(reconfigure_entry.unique_id)},
|
||||||
"name": reconfigure_entry.runtime_data.settings.uid
|
|
||||||
},
|
|
||||||
errors=errors,
|
errors=errors,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user