|
| intent.IntentResponse | async_handle (self, intent.Intent intent_obj) |
| |
Intent handler for pausing a running timer.
Definition at line 968 of file timers.py.
◆ async_handle()
| intent.IntentResponse homeassistant.components.intent.timers.PauseTimerIntentHandler.async_handle |
( |
|
self, |
|
|
intent.Intent |
intent_obj |
|
) |
| |
Handle the intent.
Definition at line 979 of file timers.py.
◆ description
| string homeassistant.components.intent.timers.PauseTimerIntentHandler.description = "Pauses a running timer" |
|
static |
◆ intent_type
| homeassistant.components.intent.timers.PauseTimerIntentHandler.intent_type = intent.INTENT_PAUSE_TIMER |
|
static |
◆ slot_schema
| dictionary homeassistant.components.intent.timers.PauseTimerIntentHandler.slot_schema |
|
static |
Initial value:= {
vol.Any("start_hours", "start_minutes", "start_seconds"): cv.positive_int,
vol.Optional("name"): cv.string,
vol.Optional("area"): cv.string,
}
Definition at line 973 of file timers.py.
The documentation for this class was generated from the following file:
- core/homeassistant/components/intent/timers.py