mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Add Switcher missing data descriptions (#141077)
This commit is contained in:
parent
6b724603c8
commit
ba8ec22587
@ -9,13 +9,21 @@
|
||||
"data": {
|
||||
"username": "[%key:common::config_flow::data::username%]",
|
||||
"token": "[%key:common::config_flow::data::access_token%]"
|
||||
},
|
||||
"data_description": {
|
||||
"username": "The email address used to sign in to the Switcher app.",
|
||||
"token": "The local control token received from Switcher."
|
||||
}
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"description": "Found a Switcher device that requires a token\nEnter your username and token\nFor more information see https://www.home-assistant.io/integrations/switcher_kis/#prerequisites",
|
||||
"description": "[%key:component::switcher_kis::config::step::credentials::description%]",
|
||||
"data": {
|
||||
"username": "[%key:common::config_flow::data::username%]",
|
||||
"token": "[%key:common::config_flow::data::access_token%]"
|
||||
},
|
||||
"data_description": {
|
||||
"username": "[%key:component::switcher_kis::config::step::credentials::data_description::username%]",
|
||||
"token": "[%key:component::switcher_kis::config::step::credentials::data_description::token%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user