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

Classes

class  CannotConnect
 
class  LandisgyrConfigFlow
 

Functions

dict[str, str] get_usb_ports (HomeAssistant hass)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string CONF_MANUAL_PATH = "Enter Manually"
 
 STEP_USER_DATA_SCHEMA
 

Detailed Description

Config flow for Landis+Gyr Heat Meter integration.

Function Documentation

◆ get_usb_ports()

dict[str, str] homeassistant.components.landisgyr_heat_meter.config_flow.get_usb_ports ( HomeAssistant  hass)
Return a dict of USB ports and their friendly names.

Definition at line 119 of file config_flow.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 22 of file config_flow.py.

◆ CONF_MANUAL_PATH

string homeassistant.components.landisgyr_heat_meter.config_flow.CONF_MANUAL_PATH = "Enter Manually"

Definition at line 24 of file config_flow.py.

◆ STEP_USER_DATA_SCHEMA

homeassistant.components.landisgyr_heat_meter.config_flow.STEP_USER_DATA_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Required(CONF_DEVICE): str,
4  }
5 )

Definition at line 26 of file config_flow.py.