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 <jbouwh@users.noreply.github.com>

---------

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
pull/113411/head
Joost Lekkerkerker 2024-03-14 13:49:18 +01:00 committed by GitHub
parent 141bdf33df
commit 064491b915
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

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