mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
fix reconfig in case of no connection. (#147275)
This commit is contained in:
@@ -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,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user