mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 14:08:21 +00:00
17 lines
302 B
JSON
17 lines
302 B
JSON
{
|
|
"entity_component": {
|
|
"_": {
|
|
"default": "mdi:script-text",
|
|
"state": {
|
|
"on": "mdi:script-text-play"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"reload": "mdi:reload",
|
|
"turn_on": "mdi:script-text-play",
|
|
"turn_off": "mdi:script-text",
|
|
"toggle": "mdi:script-text"
|
|
}
|
|
}
|