From 064491b91506da99d2034837846259e0653eb8e9 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 14 Mar 2024 13:49:18 +0100 Subject: [PATCH] Add service icons to HDMI CEC (#113304) * Add service icons to HDMI CEC * Update homeassistant/components/hdmi_cec/icons.json Co-authored-by: Jan Bouwhuis --------- Co-authored-by: Jan Bouwhuis --- homeassistant/components/hdmi_cec/icons.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 homeassistant/components/hdmi_cec/icons.json diff --git a/homeassistant/components/hdmi_cec/icons.json b/homeassistant/components/hdmi_cec/icons.json new file mode 100644 index 00000000000..0bfcb98eea2 --- /dev/null +++ b/homeassistant/components/hdmi_cec/icons.json @@ -0,0 +1,10 @@ +{ + "services": { + "power_on": "mdi:power", + "select_device": "mdi:television", + "send_command": "mdi:console", + "standby": "mdi:power-standby", + "update": "mdi:update", + "volume": "mdi:volume-high" + } +}