From 646c316102cac1f2a88fd8380f6b7c59906c53ec Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Fri, 1 Mar 2024 13:58:04 +0100 Subject: [PATCH] Add icon translations to Motioneye (#111936) --- homeassistant/components/motioneye/icons.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 homeassistant/components/motioneye/icons.json diff --git a/homeassistant/components/motioneye/icons.json b/homeassistant/components/motioneye/icons.json new file mode 100644 index 00000000000..b0a4ea8dcb1 --- /dev/null +++ b/homeassistant/components/motioneye/icons.json @@ -0,0 +1,7 @@ +{ + "services": { + "set_text_overlay": "mdi:text-box-outline", + "action": "mdi:gesture-tap-button", + "snapshot": "mdi:camera" + } +}