Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.dialogflow.DialogFlowError
 
class  homeassistant.components.dialogflow.DialogflowResponse
 

Namespaces

 homeassistant.components.dialogflow
 

Functions

def homeassistant.components.dialogflow.async_handle_message (hass, message)
 
bool homeassistant.components.dialogflow.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.dialogflow.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
def homeassistant.components.dialogflow.dialogflow_error_response (message, error)
 
def homeassistant.components.dialogflow.get_api_version (message)
 
web.Response|None homeassistant.components.dialogflow.handle_webhook (HomeAssistant hass, str webhook_id, web.Request request)
 

Variables

 homeassistant.components.dialogflow._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.dialogflow.async_remove_entry = config_entry_flow.webhook_async_remove_entry
 
 homeassistant.components.dialogflow.CONFIG_SCHEMA = vol.Schema({DOMAIN: {}}, extra=vol.ALLOW_EXTRA)
 
string homeassistant.components.dialogflow.SOURCE = "Home Assistant Dialogflow"
 
int homeassistant.components.dialogflow.V1 = 1
 
int homeassistant.components.dialogflow.V2 = 2