mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Fix fitbit no SSL URL handling (#62270)
This commit is contained in:
@@ -112,10 +112,11 @@ def request_app_setup(
|
|||||||
Then come back here and hit the below button.
|
Then come back here and hit the below button.
|
||||||
"""
|
"""
|
||||||
except NoURLAvailableError:
|
except NoURLAvailableError:
|
||||||
error_msg = """Could not find a SSL enabled URL for your Home Assistant instance.
|
_LOGGER.error(
|
||||||
Fitbit requires that your Home Assistant instance is accessible via HTTPS.
|
"Could not find an SSL enabled URL for your Home Assistant instance. "
|
||||||
"""
|
"Fitbit requires that your Home Assistant instance is accessible via HTTPS"
|
||||||
configurator.notify_errors(_CONFIGURING["fitbit"], error_msg)
|
)
|
||||||
|
return
|
||||||
|
|
||||||
submit = "I have saved my Client ID and Client Secret into fitbit.conf."
|
submit = "I have saved my Client ID and Client Secret into fitbit.conf."
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user