Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 

Functions

bool homeassistant.components.reolink.async_remove_config_entry_device (HomeAssistant hass, ReolinkConfigEntry config_entry, dr.DeviceEntry device)
 
bool homeassistant.components.reolink.async_setup (HomeAssistant hass, ConfigType config)
 
bool homeassistant.components.reolink.async_setup_entry (HomeAssistant hass, ReolinkConfigEntry config_entry)
 
bool homeassistant.components.reolink.async_unload_entry (HomeAssistant hass, ReolinkConfigEntry config_entry)
 
None homeassistant.components.reolink.entry_update_listener (HomeAssistant hass, ReolinkConfigEntry config_entry)
 
None homeassistant.components.reolink.migrate_entity_ids (HomeAssistant hass, str config_entry_id, ReolinkHost host)
 

Variables

 homeassistant.components.reolink._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.reolink.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)
 
 homeassistant.components.reolink.DEVICE_UPDATE_INTERVAL = timedelta(seconds=60)
 
 homeassistant.components.reolink.FIRMWARE_UPDATE_INTERVAL = timedelta(hours=12)
 
int homeassistant.components.reolink.NUM_CRED_ERRORS = 3
 
list homeassistant.components.reolink.PLATFORMS