mirror of https://github.com/home-assistant/core
23 lines
373 B
JSON
23 lines
373 B
JSON
{
|
|
"services": {
|
|
"power_on": {
|
|
"service": "mdi:power"
|
|
},
|
|
"select_device": {
|
|
"service": "mdi:television"
|
|
},
|
|
"send_command": {
|
|
"service": "mdi:console"
|
|
},
|
|
"standby": {
|
|
"service": "mdi:power-standby"
|
|
},
|
|
"update": {
|
|
"service": "mdi:update"
|
|
},
|
|
"volume": {
|
|
"service": "mdi:volume-high"
|
|
}
|
|
}
|
|
}
|