From 21a2871014fe0d24c08d31daaf4d1396134bdb99 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker <joostlek@outlook.com> Date: Thu, 14 Mar 2024 14:01:51 +0100 Subject: [PATCH] Add service icons to Amcrest (#113276) --- homeassistant/components/amcrest/icons.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 homeassistant/components/amcrest/icons.json diff --git a/homeassistant/components/amcrest/icons.json b/homeassistant/components/amcrest/icons.json new file mode 100644 index 00000000000..efba49d6b56 --- /dev/null +++ b/homeassistant/components/amcrest/icons.json @@ -0,0 +1,15 @@ +{ + "services": { + "enable_recording": "mdi:record-rec", + "disable_recording": "mdi:stop", + "enable_audio": "mdi:volume-high", + "disable_audio": "mdi:volume-off", + "enable_motion_recording": "mdi:motion-sensor", + "disable_motion_recording": "mdi:motion-sensor-off", + "goto_preset": "mdi:pan", + "set_color_bw": "mdi:palette", + "start_tour": "mdi:panorama", + "stop_tour": "mdi:panorama-outline", + "ptz_control": "mdi:pan" + } +} -- GitLab