diff --git a/homeassistant/components/tautulli/strings.json b/homeassistant/components/tautulli/strings.json index 358f78a16f..9b561ea6f5 100644 --- a/homeassistant/components/tautulli/strings.json +++ b/homeassistant/components/tautulli/strings.json @@ -4,16 +4,16 @@ "user": { "description": "To find your API key, open the Tautulli webpage and navigate to Settings and then to Web interface. The API key will be at the bottom of that page.\n\nExample of the URL: ```http://192.168.0.10:8181``` with 8181 being the default port.", "data": { - "api_key": "[%key:common::config_flow::data::api_key]", + "api_key": "[%key:common::config_flow::data::api_key%]", "url": "[%key:common::config_flow::data::url%]", - "verify_ssl": "[%key:common::config_flow::data::verify_ssl]" + "verify_ssl": "[%key:common::config_flow::data::verify_ssl%]" } }, "reauth_confirm": { "title": "Re-authenticate Tautulli", "description": "To find your API key, open the Tautulli webpage and navigate to Settings and then to Web interface. The API key will be at the bottom of that page.", "data": { - "api_key": "[%key:common::config_flow::data::api_key]" + "api_key": "[%key:common::config_flow::data::api_key%]" } } },