From abf75c4faf9897cd0a7637ac20096cfa555d9078 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Wed, 6 Mar 2024 12:35:38 +0100 Subject: [PATCH] Add icon translations to UPB (#112333) --- homeassistant/components/upb/icons.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 homeassistant/components/upb/icons.json diff --git a/homeassistant/components/upb/icons.json b/homeassistant/components/upb/icons.json new file mode 100644 index 00000000000..187f0f60970 --- /dev/null +++ b/homeassistant/components/upb/icons.json @@ -0,0 +1,12 @@ +{ + "services": { + "light_fade_start": "mdi:transition", + "light_fade_stop": "mdi:transition-masked", + "light_blink": "mdi:eye", + "link_deactivate": "mdi:link-off", + "link_goto": "mdi:link-variant", + "link_fade_start": "mdi:transition", + "link_fade_stop": "mdi:transition-masked", + "link_blink": "mdi:eye" + } +}