From fd9cc3a53e386058dc9c8bda13bf4392375bc1c0 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 14 Mar 2024 09:50:53 +0100 Subject: [PATCH] Add service icons to Debug py (#113287) --- homeassistant/components/debugpy/icons.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 homeassistant/components/debugpy/icons.json diff --git a/homeassistant/components/debugpy/icons.json b/homeassistant/components/debugpy/icons.json new file mode 100644 index 00000000000..b3bb4dde23a --- /dev/null +++ b/homeassistant/components/debugpy/icons.json @@ -0,0 +1,5 @@ +{ + "services": { + "start": "mdi:play" + } +}