From 0724a06d3a68ac3dfd6bed24ba98e841539e6331 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Tue, 5 Mar 2024 08:46:49 +0100 Subject: [PATCH] Add icon translations to Snooz (#112230) --- homeassistant/components/snooz/icons.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 homeassistant/components/snooz/icons.json diff --git a/homeassistant/components/snooz/icons.json b/homeassistant/components/snooz/icons.json new file mode 100644 index 00000000000..d9cccfff4ea --- /dev/null +++ b/homeassistant/components/snooz/icons.json @@ -0,0 +1,6 @@ +{ + "services": { + "transition_on": "mdi:blur", + "transition_off": "mdi:blur-off" + } +}