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

Classes

class  PhoneModemFlowHandler
 

Functions

str _generate_unique_id (ListPortInfo port)
 

Variables

 DATA_SCHEMA = vol.Schema({"name": str, "device": str})
 

Detailed Description

Config flow for Modem Caller ID integration.

Function Documentation

◆ _generate_unique_id()

str homeassistant.components.modem_callerid.config_flow._generate_unique_id ( ListPortInfo  port)
private
Generate unique id from usb attributes.

Definition at line 21 of file config_flow.py.

Variable Documentation

◆ DATA_SCHEMA

homeassistant.components.modem_callerid.config_flow.DATA_SCHEMA = vol.Schema({"name": str, "device": str})

Definition at line 18 of file config_flow.py.