19 lines
343 B
JSON
19 lines
343 B
JSON
|
{
|
||
|
"entity_component": {
|
||
|
"_": {
|
||
|
"default": "mdi:robot",
|
||
|
"state": {
|
||
|
"off": "mdi:robot-off",
|
||
|
"unavailable": "mdi:robot-confused"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"services": {
|
||
|
"turn_on": "mdi:robot",
|
||
|
"turn_off": "mdi:robot-off",
|
||
|
"toggle": "mdi:robot",
|
||
|
"trigger": "mdi:robot",
|
||
|
"reload": "mdi:robot"
|
||
|
}
|
||
|
}
|