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

Classes

class  AirthingsConfigFlow
 
class  AirthingsDeviceUpdateError
 
class  Discovery
 

Functions

str get_name (AirthingsDevice device)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
list SERVICE_UUIDS
 

Detailed Description

Config flow for Airthings BlE integration.

Function Documentation

◆ get_name()

str homeassistant.components.airthings_ble.config_flow.get_name ( AirthingsDevice  device)
Generate name with model and identifier for device.

Definition at line 42 of file config_flow.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 23 of file config_flow.py.

◆ SERVICE_UUIDS

list homeassistant.components.airthings_ble.config_flow.SERVICE_UUIDS
Initial value:
1 = [
2  "b42e1f6e-ade7-11e4-89d3-123b93f75cba",
3  "b42e4a8e-ade7-11e4-89d3-123b93f75cba",
4  "b42e1c08-ade7-11e4-89d3-123b93f75cba",
5  "b42e3882-ade7-11e4-89d3-123b93f75cba",
6 ]

Definition at line 25 of file config_flow.py.