mirror of
https://github.com/home-assistant/core.git
synced 2026-08-19 12:48:57 +01:00
27 lines
445 B
JSON
27 lines
445 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": {
|
|
"block_ended": {
|
|
"trigger": "mdi:calendar-blank"
|
|
},
|
|
"block_started": {
|
|
"trigger": "mdi:calendar-clock"
|
|
}
|
|
}
|
|
}
|