Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.vicare
 

Functions

None homeassistant.components.vicare.async_migrate_devices_and_entities (HomeAssistant hass, ConfigEntry entry, ViCareDevice device)
 
bool homeassistant.components.vicare.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.vicare.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
list[PyViCareDeviceConfig] homeassistant.components.vicare.get_supported_devices (list[PyViCareDeviceConfig] devices)
 
None homeassistant.components.vicare.setup_vicare_api (HomeAssistant hass, ConfigEntry entry)
 
PyViCare homeassistant.components.vicare.vicare_login (HomeAssistant hass, Mapping[str, Any] entry_data, cache_duration=DEFAULT_CACHE_DURATION)
 

Variables

 homeassistant.components.vicare._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.vicare._TOKEN_FILENAME = "vicare_token.save"