Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.gardena_bluetooth
 

Functions

bool homeassistant.components.gardena_bluetooth.async_setup_entry (HomeAssistant hass, GardenaBluetoothConfigEntry entry)
 
bool homeassistant.components.gardena_bluetooth.async_unload_entry (HomeAssistant hass, GardenaBluetoothConfigEntry entry)
 
CachedConnection homeassistant.components.gardena_bluetooth.get_connection (HomeAssistant hass, str address)
 

Variables

int homeassistant.components.gardena_bluetooth.DISCONNECT_DELAY = 5
 
 homeassistant.components.gardena_bluetooth.GardenaBluetoothConfigEntry
 
 homeassistant.components.gardena_bluetooth.LOGGER = logging.getLogger(__name__)
 
float homeassistant.components.gardena_bluetooth.TIMEOUT = 20.0