Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.overkiz.HomeAssistantOverkizData
 

Namespaces

 homeassistant.components.overkiz
 

Functions

bool homeassistant.components.overkiz._async_migrate_entries (HomeAssistant hass, ConfigEntry config_entry)
 
bool homeassistant.components.overkiz.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.overkiz.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
OverkizClient homeassistant.components.overkiz.create_cloud_client (HomeAssistant hass, str username, str password, OverkizServer server)
 
OverkizClient homeassistant.components.overkiz.create_local_client (HomeAssistant hass, str host, str token, bool verify_ssl)