Namespaces | |
| binary_sensor | |
| button | |
| climate | |
| config_flow | |
| const | |
| cover | |
| entity | |
| helpers | |
| light | |
| sensor | |
| switch | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, BleBoxConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, BleBoxConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| BleBoxConfigEntry | |
| int | PARALLEL_UPDATES = 0 |
| list | PLATFORMS |
The BleBox devices integration.
| bool homeassistant.components.blebox.async_setup_entry | ( | HomeAssistant | hass, |
| BleBoxConfigEntry | entry | ||
| ) |
Set up BleBox devices from a config entry.
Definition at line 40 of file __init__.py.
| bool homeassistant.components.blebox.async_unload_entry | ( | HomeAssistant | hass, |
| BleBoxConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 67 of file __init__.py.
|
private |
Definition at line 25 of file __init__.py.
| homeassistant.components.blebox.BleBoxConfigEntry |
Definition at line 23 of file __init__.py.
| int homeassistant.components.blebox.PARALLEL_UPDATES = 0 |
Definition at line 37 of file __init__.py.
| list homeassistant.components.blebox.PLATFORMS |
Definition at line 27 of file __init__.py.