Namespaces | |
| binary_sensor | |
| button | |
| climate | |
| config_flow | |
| const | |
| cover | |
| diagnostics | |
| entity | |
| light | |
| select | |
| sensor | |
| switch | |
Functions | |
| None | _migrate_device_identifiers (HomeAssistant hass, str entry_id) |
| bool | async_migrate_entry (HomeAssistant hass, ConfigEntry config_entry) |
| None | async_remove_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| None | velbus_connect_task (Velbus controller, HomeAssistant hass, str entry_id) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS |
Support for Velbus devices.
|
private |
Migrate old device identifiers.
Definition at line 56 of file __init__.py.
| bool homeassistant.components.velbus.async_migrate_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Migrate old entry.
Definition at line 204 of file __init__.py.
| None homeassistant.components.velbus.async_remove_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Remove the velbus entry, so we also have to cleanup the cache dir.
Definition at line 196 of file __init__.py.
| bool homeassistant.components.velbus.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Establish connection with velbus.
Definition at line 70 of file __init__.py.
| bool homeassistant.components.velbus.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload (close) the velbus connection.
Definition at line 182 of file __init__.py.
| None homeassistant.components.velbus.velbus_connect_task | ( | Velbus | controller, |
| HomeAssistant | hass, | ||
| str | entry_id | ||
| ) |
Task to offload the long running connect.
Definition at line 44 of file __init__.py.
|
private |
Definition at line 30 of file __init__.py.
| list homeassistant.components.velbus.PLATFORMS |
Definition at line 32 of file __init__.py.