Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.wolflink Namespace Reference

Namespaces

 
 
 

Functions

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

Variables

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

Detailed Description

The Wolf SmartSet Service integration.

Function Documentation

◆ async_migrate_entry()

bool homeassistant.components.wolflink.async_migrate_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Migrate old entry.

Definition at line 131 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.wolflink.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up Wolf SmartSet Service from a config entry.

Definition at line 32 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.wolflink.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 122 of file __init__.py.

◆ fetch_parameters()

def homeassistant.components.wolflink.fetch_parameters ( WolfClient  client,
int  gateway_id,
int  device_id 
)
Fetch all available parameters with usage of WolfClient.

By default Reglertyp entity is removed because API will not provide value for this parameter.

Definition at line 157 of file __init__.py.

◆ fetch_parameters_init()

def homeassistant.components.wolflink.fetch_parameters_init ( WolfClient  client,
int  gateway_id,
int  device_id 
)
Fetch all available parameters with usage of WolfClient but handles all exceptions and results in ConfigEntryNotReady.

Definition at line 166 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.wolflink._LOGGER = logging.getLogger(__name__)
private

Definition at line 27 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.wolflink.PLATFORMS = [Platform.SENSOR]

Definition at line 29 of file __init__.py.