2020-05-26 13:47:25 +00:00
{
"config" : {
"step" : {
"user" : {
"description" : "Configure a local Elexa Guardian device." ,
"data" : {
2020-10-01 14:31:34 +00:00
"ip_address" : "[%key:common::config_flow::data::ip%]" ,
2020-10-02 01:16:15 +00:00
"port" : "[%key:common::config_flow::data::port%]"
2020-05-26 13:47:25 +00:00
}
} ,
2021-05-11 02:26:15 +00:00
"discovery_confirm" : {
2020-05-26 13:47:25 +00:00
"description" : "Do you want to set up this Guardian device?"
}
} ,
"abort" : {
2020-10-02 01:16:15 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
2020-10-03 13:49:09 +00:00
"already_in_progress" : "[%key:common::config_flow::abort::already_in_progress%]" ,
2020-10-02 01:16:15 +00:00
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]"
2020-05-26 13:47:25 +00:00
}
2022-08-10 22:18:11 +00:00
} ,
"issues" : {
"deprecated_service" : {
2022-09-18 19:24:21 +00:00
"title" : "The {deprecated_service} service will be removed" ,
2022-08-10 22:18:11 +00:00
"fix_flow" : {
"step" : {
"confirm" : {
2022-09-18 19:24:21 +00:00
"title" : "The {deprecated_service} service will be removed" ,
2022-09-17 21:01:57 +00:00
"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}`."
}
}
}
2022-08-10 22:18:11 +00:00
}
2023-06-27 20:24:41 +00:00
} ,
"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"
}
}
2020-05-26 13:47:25 +00:00
}
}