|
| intent.IntentResponse | async_handle (self, intent.Intent intent_obj) |
| |
Handle GetWeather intents.
Definition at line 18 of file intent.py.
◆ async_handle()
| intent.IntentResponse homeassistant.components.weather.intent.GetWeatherIntent.async_handle |
( |
|
self, |
|
|
intent.Intent |
intent_obj |
|
) |
| |
Handle the intent.
Definition at line 26 of file intent.py.
◆ description
| string homeassistant.components.weather.intent.GetWeatherIntent.description = "Gets the current weather" |
|
static |
◆ intent_type
| homeassistant.components.weather.intent.GetWeatherIntent.intent_type = INTENT_GET_WEATHER |
|
static |
◆ platforms
| dictionary homeassistant.components.weather.intent.GetWeatherIntent.platforms = {DOMAIN} |
|
static |
◆ slot_schema
| dictionary homeassistant.components.weather.intent.GetWeatherIntent.slot_schema = {vol.Optional("name"): intent.non_empty_string} |
|
static |
The documentation for this class was generated from the following file:
- core/homeassistant/components/weather/intent.py