|
| intent.IntentResponse | async_handle (self, intent.Intent intent_obj) |
| |
Intent handler for cancelling all timers.
Definition at line 890 of file timers.py.
◆ async_handle()
| intent.IntentResponse homeassistant.components.intent.timers.CancelAllTimersIntentHandler.async_handle |
( |
|
self, |
|
|
intent.Intent |
intent_obj |
|
) |
| |
Handle the intent.
Definition at line 899 of file timers.py.
◆ description
| string homeassistant.components.intent.timers.CancelAllTimersIntentHandler.description = "Cancels all timers" |
|
static |
◆ intent_type
| homeassistant.components.intent.timers.CancelAllTimersIntentHandler.intent_type = intent.INTENT_CANCEL_ALL_TIMERS |
|
static |
◆ slot_schema
| dictionary homeassistant.components.intent.timers.CancelAllTimersIntentHandler.slot_schema |
|
static |
Initial value:= {
vol.Optional("area"): cv.string,
}
Definition at line 895 of file timers.py.
The documentation for this class was generated from the following file:
- core/homeassistant/components/intent/timers.py