mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 23:41:48 -05:00
19 lines
293 B
JSON
19 lines
293 B
JSON
{
|
|
"services": {
|
|
"get_schedule": {
|
|
"service": "mdi:calendar-export"
|
|
},
|
|
"reload": {
|
|
"service": "mdi:reload"
|
|
}
|
|
},
|
|
"triggers": {
|
|
"turned_off": {
|
|
"trigger": "mdi:calendar-blank"
|
|
},
|
|
"turned_on": {
|
|
"trigger": "mdi:calendar-clock"
|
|
}
|
|
}
|
|
}
|