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

Public Member Functions

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

Static Public Attributes

string description = "Gets the current temperature of a climate device or entity"
 
 intent_type = INTENT_GET_TEMPERATURE
 
dictionary platforms = {DOMAIN}
 
dictionary slot_schema
 

Detailed Description

Handle GetTemperature intents.

Definition at line 18 of file intent.py.

Member Function Documentation

◆ async_handle()

intent.IntentResponse homeassistant.components.climate.intent.GetTemperatureIntent.async_handle (   self,
intent.Intent  intent_obj 
)
Handle the intent.

Definition at line 29 of file intent.py.

Member Data Documentation

◆ description

string homeassistant.components.climate.intent.GetTemperatureIntent.description = "Gets the current temperature of a climate device or entity"
static

Definition at line 22 of file intent.py.

◆ intent_type

homeassistant.components.climate.intent.GetTemperatureIntent.intent_type = INTENT_GET_TEMPERATURE
static

Definition at line 21 of file intent.py.

◆ platforms

dictionary homeassistant.components.climate.intent.GetTemperatureIntent.platforms = {DOMAIN}
static

Definition at line 27 of file intent.py.

◆ slot_schema

dictionary homeassistant.components.climate.intent.GetTemperatureIntent.slot_schema
static
Initial value:
= {
vol.Optional("area"): intent.non_empty_string,
vol.Optional("name"): intent.non_empty_string,
}

Definition at line 23 of file intent.py.


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