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

Classes

class  BAFFlowHandler
 
class  CannotConnect
 

Functions

Device async_try_connect (str ip_address)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Config flow for baf.

Function Documentation

◆ async_try_connect()

Device homeassistant.components.baf.config_flow.async_try_connect ( str  ip_address)
Validate we can connect to a device.

Definition at line 23 of file config_flow.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 20 of file config_flow.py.