Namespaces | |
| config_flow | |
| const | |
| sensor | |
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] |
The Wolf SmartSet Service integration.
| bool homeassistant.components.wolflink.async_migrate_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Migrate old entry.
Definition at line 131 of file __init__.py.
| 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.
| bool homeassistant.components.wolflink.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 122 of file __init__.py.
| 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.
| 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.
|
private |
Definition at line 27 of file __init__.py.
| list homeassistant.components.wolflink.PLATFORMS = [Platform.SENSOR] |
Definition at line 29 of file __init__.py.