mirror of
https://github.com/home-assistant/core.git
synced 2026-07-02 04:06:41 +01:00
04d45c8ada
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
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"
|
|
}
|
|
}
|
|
}
|