From 16a85ab910fd55de51b0c4a12cf84bd447903818 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 20 Jan 2024 13:29:08 +0100 Subject: [PATCH] Add geo_location icon translations (#108463) --- homeassistant/components/geo_location/icons.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 homeassistant/components/geo_location/icons.json diff --git a/homeassistant/components/geo_location/icons.json b/homeassistant/components/geo_location/icons.json new file mode 100644 index 00000000000..0341ec9483e --- /dev/null +++ b/homeassistant/components/geo_location/icons.json @@ -0,0 +1,7 @@ +{ + "entity_component": { + "_": { + "default": "mdi:map-marker" + } + } +}