Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.abode.AbodeSystem
 

Namespaces

 homeassistant.components.abode
 

Functions

bool homeassistant.components.abode.async_setup (HomeAssistant hass, ConfigType config)
 
bool homeassistant.components.abode.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.abode.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
None homeassistant.components.abode.setup_abode_events (HomeAssistant hass)
 
None homeassistant.components.abode.setup_hass_events (HomeAssistant hass)
 
None homeassistant.components.abode.setup_hass_services (HomeAssistant hass)
 

Variables

string homeassistant.components.abode.ATTR_APP_TYPE = "app_type"
 
string homeassistant.components.abode.ATTR_DEVICE_NAME = "device_name"
 
string homeassistant.components.abode.ATTR_DEVICE_TYPE = "device_type"
 
string homeassistant.components.abode.ATTR_EVENT_BY = "event_by"
 
string homeassistant.components.abode.ATTR_EVENT_CODE = "event_code"
 
string homeassistant.components.abode.ATTR_EVENT_NAME = "event_name"
 
string homeassistant.components.abode.ATTR_EVENT_TYPE = "event_type"
 
string homeassistant.components.abode.ATTR_EVENT_UTC = "event_utc"
 
string homeassistant.components.abode.ATTR_SETTING = "setting"
 
string homeassistant.components.abode.ATTR_USER_NAME = "user_name"
 
string homeassistant.components.abode.ATTR_VALUE = "value"
 
 homeassistant.components.abode.AUTOMATION_SCHEMA = vol.Schema({ATTR_ENTITY_ID: cv.entity_ids})
 
 homeassistant.components.abode.CAPTURE_IMAGE_SCHEMA = vol.Schema({ATTR_ENTITY_ID: cv.entity_ids})
 
 homeassistant.components.abode.CHANGE_SETTING_SCHEMA
 
 homeassistant.components.abode.CONFIG_SCHEMA = cv.removed(DOMAIN, raise_if_present=False)
 
list homeassistant.components.abode.PLATFORMS
 
string homeassistant.components.abode.SERVICE_CAPTURE_IMAGE = "capture_image"
 
string homeassistant.components.abode.SERVICE_SETTINGS = "change_setting"
 
string homeassistant.components.abode.SERVICE_TRIGGER_AUTOMATION = "trigger_automation"