From db5a7b0e5e64e6733a71a518e41d83c541f33cc4 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 17 Mar 2023 18:52:34 +0100 Subject: [PATCH] Add translations for Geolocation (#89880) --- .../components/geo_location/strings.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 homeassistant/components/geo_location/strings.json diff --git a/homeassistant/components/geo_location/strings.json b/homeassistant/components/geo_location/strings.json new file mode 100644 index 00000000000..4678790b520 --- /dev/null +++ b/homeassistant/components/geo_location/strings.json @@ -0,0 +1,19 @@ +{ + "title": "Geolocation", + "entity_component": { + "_": { + "name": "[%key:component::geo_location::title%]", + "state_attributes": { + "latitude": { + "name": "Latitude" + }, + "longitude": { + "name": "Longitude" + }, + "source": { + "name": "Source" + } + } + } + } +}