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

Classes

class  SkyRemoteConfigFlow
 

Functions

int async_find_box_port (str host)
 

Variables

 DATA_SCHEMA
 

Detailed Description

Config flow for sky_remote.

Function Documentation

◆ async_find_box_port()

int homeassistant.components.sky_remote.config_flow.async_find_box_port ( str  host)
Find port box uses for communication.

Definition at line 22 of file config_flow.py.

Variable Documentation

◆ DATA_SCHEMA

homeassistant.components.sky_remote.config_flow.DATA_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Required(CONF_HOST): cv.string,
4  }
5 )

Definition at line 15 of file config_flow.py.