diff --git a/homeassistant/components/homee/config_flow.py b/homeassistant/components/homee/config_flow.py index 773ca0dff1d..fcf03322d0d 100644 --- a/homeassistant/components/homee/config_flow.py +++ b/homeassistant/components/homee/config_flow.py @@ -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, )