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

Public Member Functions

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

Static Public Attributes

string description = "Gets the current time"
 
 intent_type = intent.INTENT_GET_CURRENT_TIME
 

Detailed Description

Gets the current time.

Definition at line 414 of file __init__.py.

Member Function Documentation

◆ async_handle()

intent.IntentResponse homeassistant.components.intent.GetCurrentTimeIntentHandler.async_handle (   self,
intent.Intent  intent_obj 
)

Definition at line 420 of file __init__.py.

Member Data Documentation

◆ description

string homeassistant.components.intent.GetCurrentTimeIntentHandler.description = "Gets the current time"
static

Definition at line 418 of file __init__.py.

◆ intent_type

homeassistant.components.intent.GetCurrentTimeIntentHandler.intent_type = intent.INTENT_GET_CURRENT_TIME
static

Definition at line 417 of file __init__.py.


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