23 lines
644 B
JSON
23 lines
644 B
JSON
{
|
|
"title": "GREE Controller",
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Connect to GREE Controller",
|
|
"description": "Connect Home Assistant to the standalone Rust controller. Device commands will be proxied through the controller instead of the built-in GREE integration.",
|
|
"data": {
|
|
"url": "Controller URL",
|
|
"token": "API token"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Cannot connect to GREE Controller",
|
|
"invalid_auth": "Invalid controller API token"
|
|
},
|
|
"abort": {
|
|
"already_configured": "GREE Controller is already configured"
|
|
}
|
|
}
|
|
}
|