1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-03 00:00:58 +00:00
Files
2024-08-28 13:47:02 +02:00

14 lines
177 B
JSON

{
"services": {
"restart": {
"service": "mdi:restart"
},
"start": {
"service": "mdi:play"
},
"stop": {
"service": "mdi:stop"
}
}
}