Namespaces | |
| config_flow | |
| const | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, SensorPushConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| SensorPushConfigEntry | |
The SensorPush Bluetooth integration.
| bool homeassistant.components.sensorpush.async_setup_entry | ( | HomeAssistant | hass, |
| SensorPushConfigEntry | entry | ||
| ) |
Set up SensorPush BLE device from a config entry.
Definition at line 24 of file __init__.py.
| bool homeassistant.components.sensorpush.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 42 of file __init__.py.
|
private |
Definition at line 19 of file __init__.py.
| homeassistant.components.sensorpush.SensorPushConfigEntry |
Definition at line 21 of file __init__.py.