diff --git a/custom_components/nws_alerts/translations/en.json b/custom_components/nws_alerts/translations/en.json index 00eb0cc..de369cb 100644 --- a/custom_components/nws_alerts/translations/en.json +++ b/custom_components/nws_alerts/translations/en.json @@ -5,9 +5,25 @@ "description": "Please select your NWS lookup method.\n\nFor a brief explanation of the advantages and disadvantages of each method please see [here](https://github.com/finity69x2/nws_alerts/blob/master/lookup_options.md).\n\nIf you don't know which is better for your situation, you should probably select the Zone ID version.", "menu_options": { "zone": "Zone ID (more generalized location - includes County ID if applicable)", - "gps_loc": "GPS Location (precise location)" + "gps": "GPS Location (precise location)" } }, + "gps": { + "description": "Please choose a GPS method.", + "menu_options": { + "gps_loc": "Using your Home Assistant location", + "gps_tracker": "Using a device tracker" + } + }, + "gps_tracker": { + "description": "Select the device you'd like to track for alerts.", + "data": { + "name": "Friendly Name", + "tracker": "Device to track", + "interval": "Update Interval (in minutes)", + "timeout":"Update Timeout (in seconds)" + } + }, "gps_loc": { "description": "Please enter your latitude and longitude, by default your coordinates from Home Assistant are used.", "data": { @@ -34,9 +50,25 @@ "description": "Please select your NWS lookup method.\n\nFor a brief explanation of the advantages and disadvantages of each method please see [here](https://github.com/finity69x2/nws_alerts/blob/master/lookup_options.md).\n\nIf you don't know which is better for your situation, you should probably select the Zone ID version.", "menu_options": { "zone": "Zone ID (more generalized location - includes County ID if applicable)", - "gps_loc": "GPS Location (precise location)" + "gps": "GPS Location (precise location)" } }, + "gps": { + "description": "Please choose a GPS method.", + "menu_options": { + "gps_loc": "Using your Home Assistant location", + "gps_tracker": "Using a device tracker" + } + }, + "gps_tracker": { + "description": "Select the device you'd like to track for alerts.", + "data": { + "name": "Friendly Name", + "tracker": "Device to track", + "interval": "Update Interval (in minutes)", + "timeout":"Update Timeout (in seconds)" + } + }, "gps_loc": { "description": "Please enter your latitude and longitude, by default your coordinates from Home Assistant are used.", "data": {