mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add api token to base strings for config flows (#41133)
This commit is contained in:
parent
406ac38c75
commit
7bafa921bb
@ -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"
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user