From 821a235c594e01554093a891e7ca48d32b9524e1 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 14 Mar 2024 13:15:25 +0100 Subject: [PATCH] Add service icons to QVR Pro (#113343) --- homeassistant/components/qvr_pro/icons.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 homeassistant/components/qvr_pro/icons.json diff --git a/homeassistant/components/qvr_pro/icons.json b/homeassistant/components/qvr_pro/icons.json new file mode 100644 index 00000000000..556a8d40752 --- /dev/null +++ b/homeassistant/components/qvr_pro/icons.json @@ -0,0 +1,6 @@ +{ + "services": { + "start_record": "mdi:record-rec", + "stop_record": "mdi:stop" + } +}