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

Classes

class  GardenaBluetoothConfigFlow
 

Functions

def _get_name (BluetoothServiceInfo discovery_info)
 
def _is_supported (BluetoothServiceInfo discovery_info)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Config flow for Gardena Bluetooth integration.

Function Documentation

◆ _get_name()

def homeassistant.components.gardena_bluetooth.config_flow._get_name ( BluetoothServiceInfo  discovery_info)
private

Definition at line 51 of file config_flow.py.

◆ _is_supported()

def homeassistant.components.gardena_bluetooth.config_flow._is_supported ( BluetoothServiceInfo  discovery_info)
private
Check if device is supported.

Definition at line 28 of file config_flow.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.gardena_bluetooth.config_flow._LOGGER = logging.getLogger(__name__)
private

Definition at line 25 of file config_flow.py.