Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.unifiprotect
 

Functions

None homeassistant.components.unifiprotect._async_options_updated (HomeAssistant hass, UFPConfigEntry entry)
 
None homeassistant.components.unifiprotect._async_setup_entry (HomeAssistant hass, UFPConfigEntry entry, ProtectData data_service, Bootstrap bootstrap)
 
bool homeassistant.components.unifiprotect.async_remove_config_entry_device (HomeAssistant hass, UFPConfigEntry config_entry, dr.DeviceEntry device_entry)
 
bool homeassistant.components.unifiprotect.async_setup (HomeAssistant hass, ConfigType config)
 
bool homeassistant.components.unifiprotect.async_setup_entry (HomeAssistant hass, UFPConfigEntry entry)
 
bool homeassistant.components.unifiprotect.async_unload_entry (HomeAssistant hass, UFPConfigEntry entry)
 

Variables

 homeassistant.components.unifiprotect._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.unifiprotect.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
 
tuple homeassistant.components.unifiprotect.EARLY_ACCESS_URL
 
 homeassistant.components.unifiprotect.SCAN_INTERVAL = timedelta(seconds=DEVICE_UPDATE_INTERVAL)