Add Switcher missing data descriptions (#141077)

This commit is contained in:
Shay Levy 2025-03-23 16:20:37 +02:00 committed by GitHub
parent 6b724603c8
commit ba8ec22587
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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%]"
}
}
},