mirror of
https://github.com/home-assistant/core.git
synced 2026-02-05 06:45:57 +01:00
34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect to the Control4 director at {host}",
|
|
"controller_not_found": "No Control4 controller found on this account",
|
|
"director_auth_failed": "The Control4 director rejected the authentication token",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::ip%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"username": "[%key:common::config_flow::data::username%]"
|
|
},
|
|
"description": "Please enter your Control4 account details and the IP address of your local controller."
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"scan_interval": "Seconds between updates"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|