From af95d9058f5be5597436067dbfc0cfc8cd92d24a Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Wed, 6 Mar 2024 06:30:58 +0100 Subject: [PATCH] Add icon translations to Vesync (#112344) --- homeassistant/components/vesync/icons.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 homeassistant/components/vesync/icons.json diff --git a/homeassistant/components/vesync/icons.json b/homeassistant/components/vesync/icons.json new file mode 100644 index 00000000000..a4bf4afd410 --- /dev/null +++ b/homeassistant/components/vesync/icons.json @@ -0,0 +1,5 @@ +{ + "services": { + "update_devices": "mdi:update" + } +}