2020-04-16 19:52:53 +00:00
{
2024-01-23 09:56:02 +00:00
"title" : "Proximity" ,
2024-01-31 11:47:23 +00:00
"config" : {
"flow_title" : "Proximity" ,
"step" : {
"user" : {
"data" : {
"zone" : "Zone to track distance to" ,
"ignored_zones" : "Zones to ignore" ,
"tracked_entities" : "Devices or Persons to track" ,
"tolerance" : "Tolerance distance"
}
}
} ,
"abort" : {
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
"success" : "Changes saved"
}
} ,
"options" : {
"step" : {
"init" : {
"data" : {
"zone" : "Zone to track distance to" ,
"ignored_zones" : "Zones to ignore" ,
"tracked_entities" : "Devices or Persons to track" ,
"tolerance" : "Tolerance distance"
}
}
}
} ,
2024-01-23 09:56:02 +00:00
"entity" : {
"sensor" : {
"dir_of_travel" : {
2024-02-04 23:42:07 +00:00
"name" : "{tracked_entity} Direction of travel" ,
2024-01-23 09:56:02 +00:00
"state" : {
"arrived" : "Arrived" ,
"away_from" : "Away from" ,
"stationary" : "Stationary" ,
"towards" : "Towards"
}
} ,
2024-02-04 23:42:07 +00:00
"dist_to_zone" : { "name" : "{tracked_entity} Distance" } ,
"nearest" : { "name" : "Nearest device" } ,
"nearest_dir_of_travel" : {
"name" : "Nearest direction of travel" ,
"state" : {
"arrived" : "Arrived" ,
"away_from" : "Away from" ,
"stationary" : "Stationary" ,
"towards" : "Towards"
}
} ,
"nearest_dist_to_zone" : { "name" : "Nearest distance" }
2024-01-23 09:56:02 +00:00
}
2024-01-26 18:04:48 +00:00
} ,
"issues" : {
2024-01-31 11:47:23 +00:00
"tracked_entity_removed" : {
"title" : "Tracked entity has been removed" ,
"fix_flow" : {
"step" : {
"confirm" : {
"title" : "[%key:component::proximity::issues::tracked_entity_removed::title%]" ,
"description" : "The entity `{entity_id}` has been removed from HA, but is used in proximity {name}. Please remove `{entity_id}` from the list of tracked entities. Related proximity sensor entites were set to unavailable and can be removed."
}
}
}
2024-01-26 18:04:48 +00:00
}
2024-01-23 09:56:02 +00:00
}
2020-04-16 19:52:53 +00:00
}