Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.gardena_bluetooth.coordinator Namespace Reference

Classes

class  DeviceUnavailable
 
class  GardenaBluetoothCoordinator
 

Variables

 LOGGER = logging.getLogger(__name__)
 
 SCAN_INTERVAL = timedelta(seconds=60)
 

Detailed Description

Provides the DataUpdateCoordinator.

Variable Documentation

◆ LOGGER

homeassistant.components.gardena_bluetooth.coordinator.LOGGER = logging.getLogger(__name__)

Definition at line 21 of file coordinator.py.

◆ SCAN_INTERVAL

homeassistant.components.gardena_bluetooth.coordinator.SCAN_INTERVAL = timedelta(seconds=60)

Definition at line 20 of file coordinator.py.