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

Classes

class  EQ3ConfigFlow
 

Functions

bool validate_mac (str mac)
 

Detailed Description

Config flow for eQ-3 Bluetooth Smart thermostats.

Function Documentation

◆ validate_mac()

bool homeassistant.components.eq3btsmart.config_flow.validate_mac ( str  mac)
Return whether or not given value is a valid MAC address.

Definition at line 87 of file config_flow.py.