mirror of
https://github.com/sudoxnym/roomba_rest980.git
synced 2026-04-14 11:37:46 +00:00
26 lines
No EOL
841 B
JSON
26 lines
No EOL
841 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Setup Roomba for integration",
|
|
"data": {
|
|
"base_url": "rest980 Base URL (ex: http://localhost:3000)",
|
|
"cloud_api": "Enable cloud features?",
|
|
"irobot_username": "iRobot Username",
|
|
"irobot_password": "iRobot Password"
|
|
},
|
|
"data_description": {
|
|
"cloud_api": "Use iRobot's API to add extra features like dynamic rooms and maps."
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
}
|
|
} |