diff --git a/homeassistant/components/here_travel_time/strings.json b/homeassistant/components/here_travel_time/strings.json index e4a20a38d6b..dab135efc82 100644 --- a/homeassistant/components/here_travel_time/strings.json +++ b/homeassistant/components/here_travel_time/strings.json @@ -8,6 +8,13 @@ "mode": "Travel Mode" } }, + "origin_menu": { + "title": "Choose Origin", + "menu_options": { + "origin_coordinates": "Using a map location", + "origin_entity": "Using an entity" + } + }, "origin_coordinates": { "title": "Choose Origin", "data": { diff --git a/homeassistant/components/here_travel_time/translations/en.json b/homeassistant/components/here_travel_time/translations/en.json index d4f9984d945..f31d5a3783d 100644 --- a/homeassistant/components/here_travel_time/translations/en.json +++ b/homeassistant/components/here_travel_time/translations/en.json @@ -39,6 +39,13 @@ }, "title": "Choose Origin" }, + "origin_menu": { + "menu_options": { + "origin_coordinates": "Using a map location", + "origin_entity": "Using an entity" + }, + "title": "Choose Origin" + }, "user": { "data": { "api_key": "API Key",