mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
19 lines
268 B
JSON
19 lines
268 B
JSON
{
|
|
"services": {
|
|
"publish": {
|
|
"service": "mdi:publish"
|
|
},
|
|
"dump": {
|
|
"service": "mdi:database-export"
|
|
},
|
|
"reload": {
|
|
"service": "mdi:reload"
|
|
}
|
|
},
|
|
"triggers": {
|
|
"_": {
|
|
"trigger": "mdi:swap-horizontal"
|
|
}
|
|
}
|
|
}
|