* Add support for Elexa Guardian water valve controllers * Zeroconf + cleanup * Sensors and services * API registration * Service bug fixes * Fix bug in cleanup * Tests and coverage * Fix incorrect service description * Bump aioguardian * Bump aioguardian to 0.2.2 * Bump aioguardian to 0.2.3 * Proper entity inheritance * Give device a proper name * Code review
23 lines
617 B
JSON
23 lines
617 B
JSON
{
|
|
"title": "Elexa Guardian",
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"description": "Configure a local Elexa Guardian device.",
|
|
"data": {
|
|
"ip_address": "IP Address",
|
|
"port": "Port"
|
|
}
|
|
},
|
|
"zeroconf_confirm": {
|
|
"description": "Do you want to set up this Guardian device?"
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "This Guardian device has already been configured.",
|
|
"already_in_progress": "Guardian device configuration is already in process.",
|
|
"connection_error": "Failed to connect to the Guardian device."
|
|
}
|
|
}
|
|
}
|