From 03793d75f82dab18bae619fc1c13c42dd8ed3427 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 4 Mar 2024 16:53:30 +0100 Subject: [PATCH] Add icon translations to Screenlogic (#112220) --- homeassistant/components/screenlogic/icons.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 homeassistant/components/screenlogic/icons.json diff --git a/homeassistant/components/screenlogic/icons.json b/homeassistant/components/screenlogic/icons.json new file mode 100644 index 00000000000..d8d021c20e6 --- /dev/null +++ b/homeassistant/components/screenlogic/icons.json @@ -0,0 +1,7 @@ +{ + "services": { + "set_color_mode": "mdi:palette", + "start_super_chlorination": "mdi:pool", + "stop_super_chlorination": "mdi:pool" + } +}