diff --git a/homeassistant/components/juicenet/strings.json b/homeassistant/components/juicenet/strings.json index dd1b8924adb..bc4a66e72d4 100644 --- a/homeassistant/components/juicenet/strings.json +++ b/homeassistant/components/juicenet/strings.json @@ -11,7 +11,7 @@ "step": { "user": { "data": { - "api_token": "[%key:common::config_flow::data::api_key%]" + "api_token": "[%key:common::config_flow::data::api_token%]" }, "description": "You will need the API Token from https://home.juice.net/Manage.", "title": "Connect to JuiceNet" diff --git a/homeassistant/components/xiaomi_miio/strings.json b/homeassistant/components/xiaomi_miio/strings.json index 171e358c90e..f42dbcbbe30 100644 --- a/homeassistant/components/xiaomi_miio/strings.json +++ b/homeassistant/components/xiaomi_miio/strings.json @@ -14,7 +14,7 @@ "description": "You will need the 32 character API Token, see https://www.home-assistant.io/integrations/vacuum.xiaomi_miio/#retrieving-the-access-token for instructions. Please note, that this token is different from the key used by the Xiaomi Aqara integration.", "data": { "host": "[%key:common::config_flow::data::ip%]", - "token": "API Token", + "token": "[%key:common::config_flow::data::api_token%]", "name": "Name of the Gateway" } } diff --git a/homeassistant/strings.json b/homeassistant/strings.json index 8f025ad5ca3..f0a674f983a 100644 --- a/homeassistant/strings.json +++ b/homeassistant/strings.json @@ -35,6 +35,7 @@ "usb_path": "USB Device Path", "access_token": "Access Token", "api_key": "API Key", + "api_token": "API Token", "longitude": "Longitude", "latitude": "Latitude" },