Home Assistant Unofficial Reference
2024.12.1
Classes
|
Variables
homeassistant.components.starlink.config_flow Namespace Reference
Classes
class
StarlinkConfigFlow
Variables
CONFIG_SCHEMA
Detailed Description
Config flow for Starlink.
Variable Documentation
◆
CONFIG_SCHEMA
homeassistant.components.starlink.config_flow.CONFIG_SCHEMA
Initial value:
1
= vol.Schema(
2
{vol.Required(CONF_IP_ADDRESS, default=
"192.168.100.1:9200"
): str}
3
)
Definition at line
15
of file
config_flow.py
.
homeassistant
components
starlink
config_flow
Generated by
1.9.1