From ce13161ea02a23f8cdf71b91c8e9aafba8b8d1fd Mon Sep 17 00:00:00 2001 From: Tomasz Date: Wed, 27 Apr 2022 10:48:20 +0200 Subject: [PATCH] Fix strings.json in tautulli (#70860) --- homeassistant/components/tautulli/strings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/tautulli/strings.json b/homeassistant/components/tautulli/strings.json index 358f78a16f4..9b561ea6f5b 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%]" } } },