mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
27 lines
440 B
JSON
27 lines
440 B
JSON
{
|
|
"conditions": {
|
|
"is_off": {
|
|
"condition": "mdi:calendar-blank"
|
|
},
|
|
"is_on": {
|
|
"condition": "mdi:calendar-clock"
|
|
}
|
|
},
|
|
"services": {
|
|
"get_schedule": {
|
|
"service": "mdi:calendar-export"
|
|
},
|
|
"reload": {
|
|
"service": "mdi:reload"
|
|
}
|
|
},
|
|
"triggers": {
|
|
"turned_off": {
|
|
"trigger": "mdi:calendar-blank"
|
|
},
|
|
"turned_on": {
|
|
"trigger": "mdi:calendar-clock"
|
|
}
|
|
}
|
|
}
|