Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, PoolSenseConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, PoolSenseConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR] |
| PoolSenseConfigEntry | |
The PoolSense integration.
| bool homeassistant.components.poolsense.async_setup_entry | ( | HomeAssistant | hass, |
| PoolSenseConfigEntry | entry | ||
| ) |
Set up PoolSense from a config entry.
Definition at line 22 of file __init__.py.
| bool homeassistant.components.poolsense.async_unload_entry | ( | HomeAssistant | hass, |
| PoolSenseConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 47 of file __init__.py.
|
private |
Definition at line 19 of file __init__.py.
| list homeassistant.components.poolsense.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR] |
Definition at line 16 of file __init__.py.
| homeassistant.components.poolsense.PoolSenseConfigEntry |
Definition at line 14 of file __init__.py.