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

Classes

class  PlayStation4FlowHandler
 

Variables

string CONF_AUTO = "Auto Discover"
 
string CONF_MANUAL = "Manual Entry"
 
string CONF_MODE = "Config Mode"
 
int LOCAL_UDP_PORT = 1988
 
int PIN_LENGTH = 8
 
dictionary PORT_MSG = {UDP_PORT: "port_987_bind_error", TCP_PORT: "port_997_bind_error"}
 
int TCP_PORT = 997
 
int UDP_PORT = 987
 

Detailed Description

Config Flow for PlayStation 4.

Variable Documentation

◆ CONF_AUTO

string homeassistant.components.ps4.config_flow.CONF_AUTO = "Auto Discover"

Definition at line 32 of file config_flow.py.

◆ CONF_MANUAL

string homeassistant.components.ps4.config_flow.CONF_MANUAL = "Manual Entry"

Definition at line 33 of file config_flow.py.

◆ CONF_MODE

string homeassistant.components.ps4.config_flow.CONF_MODE = "Config Mode"

Definition at line 31 of file config_flow.py.

◆ LOCAL_UDP_PORT

int homeassistant.components.ps4.config_flow.LOCAL_UDP_PORT = 1988

Definition at line 35 of file config_flow.py.

◆ PIN_LENGTH

int homeassistant.components.ps4.config_flow.PIN_LENGTH = 8

Definition at line 40 of file config_flow.py.

◆ PORT_MSG

dictionary homeassistant.components.ps4.config_flow.PORT_MSG = {UDP_PORT: "port_987_bind_error", TCP_PORT: "port_997_bind_error"}

Definition at line 38 of file config_flow.py.

◆ TCP_PORT

int homeassistant.components.ps4.config_flow.TCP_PORT = 997

Definition at line 37 of file config_flow.py.

◆ UDP_PORT

int homeassistant.components.ps4.config_flow.UDP_PORT = 987

Definition at line 36 of file config_flow.py.