mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 19:07:08 +00:00
14 lines
177 B
JSON
14 lines
177 B
JSON
{
|
|
"services": {
|
|
"restart": {
|
|
"service": "mdi:restart"
|
|
},
|
|
"start": {
|
|
"service": "mdi:play"
|
|
},
|
|
"stop": {
|
|
"service": "mdi:stop"
|
|
}
|
|
}
|
|
}
|