mirror of https://github.com/home-assistant/core
25 lines
402 B
JSON
25 lines
402 B
JSON
{
|
|
"entity_component": {
|
|
"_": {
|
|
"default": "mdi:script-text",
|
|
"state": {
|
|
"on": "mdi:script-text-play"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"reload": {
|
|
"service": "mdi:reload"
|
|
},
|
|
"turn_on": {
|
|
"service": "mdi:script-text-play"
|
|
},
|
|
"turn_off": {
|
|
"service": "mdi:script-text"
|
|
},
|
|
"toggle": {
|
|
"service": "mdi:script-text"
|
|
}
|
|
}
|
|
}
|