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

Public Member Functions

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

Static Public Attributes

string description = "Reports the current status of timers"
 
 intent_type = intent.INTENT_TIMER_STATUS
 
dictionary slot_schema
 

Detailed Description

Intent handler for reporting the status of a timer.

Definition at line 1016 of file timers.py.

Member Function Documentation

◆ async_handle()

intent.IntentResponse homeassistant.components.intent.timers.TimerStatusIntentHandler.async_handle (   self,
intent.Intent  intent_obj 
)
Handle the intent.

Definition at line 1027 of file timers.py.

Member Data Documentation

◆ description

string homeassistant.components.intent.timers.TimerStatusIntentHandler.description = "Reports the current status of timers"
static

Definition at line 1020 of file timers.py.

◆ intent_type

homeassistant.components.intent.timers.TimerStatusIntentHandler.intent_type = intent.INTENT_TIMER_STATUS
static

Definition at line 1019 of file timers.py.

◆ slot_schema

dictionary homeassistant.components.intent.timers.TimerStatusIntentHandler.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 1021 of file timers.py.


The documentation for this class was generated from the following file: