Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.intent.timers.CancelAllTimersIntentHandler Class Reference
Inheritance diagram for homeassistant.components.intent.timers.CancelAllTimersIntentHandler:
[legend]
Collaboration diagram for homeassistant.components.intent.timers.CancelAllTimersIntentHandler:
[legend]

Public Member Functions

intent.IntentResponse async_handle (self, intent.Intent intent_obj)
 

Static Public Attributes

string description = "Cancels all timers"
 
 intent_type = intent.INTENT_CANCEL_ALL_TIMERS
 
dictionary slot_schema
 

Detailed Description

Intent handler for cancelling all timers.

Definition at line 890 of file timers.py.

Member Function Documentation

◆ 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.

Member Data Documentation

◆ description

string homeassistant.components.intent.timers.CancelAllTimersIntentHandler.description = "Cancels all timers"
static

Definition at line 894 of file timers.py.

◆ intent_type

homeassistant.components.intent.timers.CancelAllTimersIntentHandler.intent_type = intent.INTENT_CANCEL_ALL_TIMERS
static

Definition at line 893 of file timers.py.

◆ 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: