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" + } +}