Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.ifttt
 

Functions

bool homeassistant.components.ifttt.async_setup (HomeAssistant hass, ConfigType config)
 
bool homeassistant.components.ifttt.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.ifttt.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
None homeassistant.components.ifttt.handle_webhook (HomeAssistant hass, str webhook_id, web.Request request)
 

Variables

 homeassistant.components.ifttt._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.ifttt.async_remove_entry = config_entry_flow.webhook_async_remove_entry
 
string homeassistant.components.ifttt.ATTR_EVENT = "event"
 
string homeassistant.components.ifttt.ATTR_TARGET = "target"
 
string homeassistant.components.ifttt.ATTR_VALUE1 = "value1"
 
string homeassistant.components.ifttt.ATTR_VALUE2 = "value2"
 
string homeassistant.components.ifttt.ATTR_VALUE3 = "value3"
 
string homeassistant.components.ifttt.CONF_KEY = "key"
 
 homeassistant.components.ifttt.CONFIG_SCHEMA
 
string homeassistant.components.ifttt.EVENT_RECEIVED = "ifttt_webhook_received"
 
string homeassistant.components.ifttt.SERVICE_PUSH_ALARM_STATE = "push_alarm_state"
 
string homeassistant.components.ifttt.SERVICE_TRIGGER = "trigger"
 
 homeassistant.components.ifttt.SERVICE_TRIGGER_SCHEMA