Namespaces | |
| button | |
| config_flow | |
| const | |
| cover | |
| diagnostics | |
| entity | |
| fan | |
| light | |
| models | |
| switch | |
| utils | |
Functions | |
| None | _async_remove_old_device_identifiers (str config_entry_id, dr.DeviceRegistry device_registry, BondHub hub) |
| bool | async_remove_config_entry_device (HomeAssistant hass, BondConfigEntry config_entry, dr.DeviceEntry device_entry) |
| bool | async_setup_entry (HomeAssistant hass, BondConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, BondConfigEntry entry) |
Variables | |
| int | _API_TIMEOUT = SLOW_UPDATE_WARNING - 1 |
| _LOGGER = logging.getLogger(__name__) | |
| BondConfigEntry | |
| list | PLATFORMS |
The Bond integration.
|
private |
Remove the non-unique device registry entries.
Definition at line 108 of file __init__.py.
| bool homeassistant.components.bond.async_remove_config_entry_device | ( | HomeAssistant | hass, |
| BondConfigEntry | config_entry, | ||
| dr.DeviceEntry | device_entry | ||
| ) |
Remove bond config entry from a device.
Definition at line 120 of file __init__.py.
| bool homeassistant.components.bond.async_setup_entry | ( | HomeAssistant | hass, |
| BondConfigEntry | entry | ||
| ) |
Set up Bond from a config entry.
Definition at line 41 of file __init__.py.
| bool homeassistant.components.bond.async_unload_entry | ( | HomeAssistant | hass, |
| BondConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 102 of file __init__.py.
|
private |
Definition at line 34 of file __init__.py.
|
private |
Definition at line 36 of file __init__.py.
| homeassistant.components.bond.BondConfigEntry |
Definition at line 38 of file __init__.py.
| list homeassistant.components.bond.PLATFORMS |
Definition at line 27 of file __init__.py.