|
| intent.IntentResponse | async_handle (self, intent.Intent intent_obj) |
| |
Handle GetTemperature intents.
Definition at line 18 of file intent.py.
◆ 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.
◆ description
| string homeassistant.components.climate.intent.GetTemperatureIntent.description = "Gets the current temperature of a climate device or entity" |
|
static |
◆ intent_type
| homeassistant.components.climate.intent.GetTemperatureIntent.intent_type = INTENT_GET_TEMPERATURE |
|
static |
◆ platforms
| dictionary homeassistant.components.climate.intent.GetTemperatureIntent.platforms = {DOMAIN} |
|
static |
◆ 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:
- core/homeassistant/components/climate/intent.py