Namespaces | |
| const | |
| timers | |
Classes | |
| class | GetCurrentDateIntentHandler |
| class | GetCurrentTimeIntentHandler |
| class | GetStateIntentHandler |
| class | HelloIntentHandler |
| class | IntentHandleView |
| class | IntentPlatformProtocol |
| class | NevermindIntentHandler |
| class | OnOffIntentHandler |
| class | SetPositionIntentHandler |
Functions | |
| None | _async_process_intent (HomeAssistant hass, str domain, IntentPlatformProtocol platform) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| list | __all__ |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) | |
| dictionary | ONOFF_DEVICE_CLASSES |
The Intent integration.
|
private |
Process the intents of an integration.
Definition at line 437 of file __init__.py.
| bool homeassistant.components.intent.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Intent component.
Definition at line 83 of file __init__.py.
|
private |
Definition at line 67 of file __init__.py.
|
private |
Definition at line 63 of file __init__.py.
| homeassistant.components.intent.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) |
Definition at line 65 of file __init__.py.
| dictionary homeassistant.components.intent.ONOFF_DEVICE_CLASSES |
Definition at line 75 of file __init__.py.