Skip to content

Commit

Permalink
Update homeassistant/components/nest/config_flow.py
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
  • Loading branch information
allenporter and MartinHjelmare committed Jun 14, 2022
1 parent d962452 commit dca9830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/nest/config_flow.py
Expand Up @@ -262,7 +262,7 @@ async def async_step_auth_upgrade(
"more_info_url": UPGRADE_MORE_INFO_URL,
},
)
# Abort this flow and ask the user to application credentials. The frontend
# Abort this flow and ask the user for application credentials. The frontend
# will restart a new config flow after the user finishes so schedule a new
# re-auth config flow for the same entry so the user may resume.
if reauth_entry := self._async_reauth_entry():
Expand Down

0 comments on commit dca9830

Please sign in to comment.