Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 

Functions

bool homeassistant.components.wolflink.async_migrate_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.wolflink.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.wolflink.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
def homeassistant.components.wolflink.fetch_parameters (WolfClient client, int gateway_id, int device_id)
 
def homeassistant.components.wolflink.fetch_parameters_init (WolfClient client, int gateway_id, int device_id)
 

Variables

 homeassistant.components.wolflink._LOGGER = logging.getLogger(__name__)
 
list homeassistant.components.wolflink.PLATFORMS = [Platform.SENSOR]