Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.vera
 

Functions

None homeassistant.components.vera._async_update_listener (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.vera.async_setup (HomeAssistant hass, ConfigType base_config)
 
bool homeassistant.components.vera.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.vera.async_unload_entry (HomeAssistant hass, ConfigEntry config_entry)
 
Platform|None homeassistant.components.vera.map_vera_device (veraApi.VeraDevice vera_device, list[int] remap)
 

Variables

 homeassistant.components.vera._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.vera.CONFIG_SCHEMA
 
 homeassistant.components.vera.VERA_ID_LIST_SCHEMA = vol.Schema([int])