Tado ignore fix (#60011)

Co-authored-by: J. Nick Koston <nick@koston.org>
pull/60241/head
bashworth 2021-11-23 21:00:42 +00:00 committed by GitHub
parent 2d29ef9b63
commit df5d678858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
for (key, value) in discovery_info[zeroconf.ATTR_PROPERTIES].items()
}
await self.async_set_unique_id(properties[zeroconf.ATTR_PROPERTIES_ID])
self._abort_if_unique_id_configured()
return await self.async_step_user()
def _username_already_configured(self, user_input):