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

Classes

class  IAlarmConfigFlow
 

Functions

def _get_device_mac (HomeAssistant hass, host, port)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 DATA_SCHEMA
 

Detailed Description

Config flow for Antifurto365 iAlarm integration.

Function Documentation

◆ _get_device_mac()

def homeassistant.components.ialarm.config_flow._get_device_mac ( HomeAssistant  hass,
  host,
  port 
)
private

Definition at line 25 of file config_flow.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 15 of file config_flow.py.

◆ DATA_SCHEMA

homeassistant.components.ialarm.config_flow.DATA_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Required(CONF_HOST): str,
4  vol.Required(CONF_PORT, default=DEFAULT_PORT): int,
5  }
6 )

Definition at line 17 of file config_flow.py.