* 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>
10 lines
223 B
JSON
10 lines
223 B
JSON
{
|
|
"services": {
|
|
"power_on": "mdi:power",
|
|
"select_device": "mdi:television",
|
|
"send_command": "mdi:console",
|
|
"standby": "mdi:power-standby",
|
|
"update": "mdi:update",
|
|
"volume": "mdi:volume-high"
|
|
}
|
|
}
|