mirror of
https://github.com/home-assistant/core.git
synced 2026-06-01 05:04:21 +01:00
21 lines
531 B
JSON
21 lines
531 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"description": "Enter your Tuya credentials",
|
|
"data": {
|
|
"country_code": "Country",
|
|
"access_id": "Tuya IoT Access ID",
|
|
"access_secret": "Tuya IoT Access Secret",
|
|
"username": "Account",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"login_error": "Login error ({code}): {msg}"
|
|
}
|
|
}
|
|
}
|