63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"description": "Configure a local Elexa Guardian device.",
|
|
"data": {
|
|
"ip_address": "[%key:common::config_flow::data::ip%]",
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
}
|
|
},
|
|
"discovery_confirm": {
|
|
"description": "Do you want to set up this Guardian device?"
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
}
|
|
},
|
|
"issues": {
|
|
"deprecated_service": {
|
|
"title": "The {deprecated_service} service will be removed",
|
|
"fix_flow": {
|
|
"step": {
|
|
"confirm": {
|
|
"title": "The {deprecated_service} service will be removed",
|
|
"description": "Update any automations or scripts that use this service to instead use the `{alternate_service}` service with a target entity ID of `{alternate_target}`."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"leak": {
|
|
"name": "Leak detected"
|
|
},
|
|
"moved": {
|
|
"name": "Recently moved"
|
|
}
|
|
},
|
|
"button": {
|
|
"reset_diagnostics": {
|
|
"name": "Reset valve diagnostics"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"uptime": {
|
|
"name": "Uptime"
|
|
}
|
|
},
|
|
"switch": {
|
|
"onboard_access_point": {
|
|
"name": "Onboard access point"
|
|
},
|
|
"valve_controller": {
|
|
"name": "Valve controller"
|
|
}
|
|
}
|
|
}
|
|
}
|