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

Classes

class  YaleXSBLEOptionsFlowHandler
 
class  YalexsConfigFlow
 

Functions

dict[str, str] async_validate_lock_or_error (str local_name, BLEDevice device, str key, int slot)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Config flow for Yale Access Bluetooth integration.

Function Documentation

◆ async_validate_lock_or_error()

dict[str, str] homeassistant.components.yalexs_ble.config_flow.async_validate_lock_or_error ( str  local_name,
BLEDevice  device,
str  key,
int   slot 
)
Validate the lock and return errors if any.

Definition at line 42 of file config_flow.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 39 of file config_flow.py.