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

Public Member Functions

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

Static Public Attributes

string description = "Gets the current date"
 
 intent_type = intent.INTENT_GET_CURRENT_DATE
 

Detailed Description

Gets the current date.

Definition at line 402 of file __init__.py.

Member Function Documentation

◆ async_handle()

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

Definition at line 408 of file __init__.py.

Member Data Documentation

◆ description

string homeassistant.components.intent.GetCurrentDateIntentHandler.description = "Gets the current date"
static

Definition at line 406 of file __init__.py.

◆ intent_type

homeassistant.components.intent.GetCurrentDateIntentHandler.intent_type = intent.INTENT_GET_CURRENT_DATE
static

Definition at line 405 of file __init__.py.


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