From 223e63b2d3fd287a05b592f4408971455141f554 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 14 Mar 2024 13:39:41 +0100 Subject: [PATCH] Add service icons to HTML5 (#113309) --- homeassistant/components/html5/icons.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 homeassistant/components/html5/icons.json diff --git a/homeassistant/components/html5/icons.json b/homeassistant/components/html5/icons.json new file mode 100644 index 00000000000..c3d6e27efda --- /dev/null +++ b/homeassistant/components/html5/icons.json @@ -0,0 +1,5 @@ +{ + "services": { + "dismiss": "mdi:bell-off" + } +}