From 41f5e492e71b3d5630c22db6e22fe7e368e441af Mon Sep 17 00:00:00 2001 From: Marc Forth Date: Tue, 13 Mar 2018 12:34:28 +0000 Subject: [PATCH] Update fitbit.py --- config/custom_components/sensor/fitbit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/custom_components/sensor/fitbit.py b/config/custom_components/sensor/fitbit.py index b2086da5..22a4ae9f 100644 --- a/config/custom_components/sensor/fitbit.py +++ b/config/custom_components/sensor/fitbit.py @@ -189,7 +189,7 @@ def request_app_setup(hass, config, add_devices, config_path, submit = "I have saved my Client ID and Client Secret into {}.".format(config_path) _CONFIGURING['fitbit'] = configurator.request_config( - 'Fitbit ( {} )').format(config.get(CONF_FILENAME), fitbit_configuration_callback, + 'Fitbit ( {} )'.format(config.get(CONF_FILENAME)), fitbit_configuration_callback, description=description, submit_caption=submit, description_image="/static/images/config_fitbit_app.png" )