Files
7da5b10b51 Add new integration for AiDot (#167272)
Co-authored-by: bryan <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Joost Lekkerkerker <[email protected]>
2026-05-18 14:57:25 +02:00

26 lines
803 B
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
},
"step": {
"user": {
"data": {
"country_code": "Country",
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"country_code": "The country selected by AiDot app when logging in",
"password": "Password for logging in through AiDot app",
"username": "Account logged in through AiDot app"
}
}
}
}
}