|
| intent.IntentResponse | async_handle (self, intent.Intent intent_obj) |
| |
Handle set humidity intents.
Definition at line 87 of file intent.py.
◆ async_handle()
| intent.IntentResponse homeassistant.components.humidifier.intent.SetModeHandler.async_handle |
( |
|
self, |
|
|
intent.Intent |
intent_obj |
|
) |
| |
Handle the hass intent.
Definition at line 98 of file intent.py.
◆ description
| string homeassistant.components.humidifier.intent.SetModeHandler.description = "Set humidifier mode" |
|
static |
◆ intent_type
| homeassistant.components.humidifier.intent.SetModeHandler.intent_type = INTENT_MODE |
|
static |
◆ platforms
| dictionary homeassistant.components.humidifier.intent.SetModeHandler.platforms = {DOMAIN} |
|
static |
◆ slot_schema
| dictionary homeassistant.components.humidifier.intent.SetModeHandler.slot_schema |
|
static |
Initial value:= {
vol.Required("name"): intent.non_empty_string,
vol.Required("mode"): cv.string,
}
Definition at line 92 of file intent.py.
The documentation for this class was generated from the following file:
- core/homeassistant/components/humidifier/intent.py