mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 02:47:14 +00:00
21 lines
315 B
JSON
21 lines
315 B
JSON
{
|
|
"entity": {
|
|
"select": {
|
|
"activities": {
|
|
"default": "mdi:remote-tv",
|
|
"state": {
|
|
"power_off": "mdi:remote-tv-off"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"change_channel": {
|
|
"service": "mdi:remote-tv"
|
|
},
|
|
"sync": {
|
|
"service": "mdi:sync"
|
|
}
|
|
}
|
|
}
|