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 |
Config Flow for PlayStation 4.
| string homeassistant.components.ps4.config_flow.CONF_AUTO = "Auto Discover" |
Definition at line 32 of file config_flow.py.
| string homeassistant.components.ps4.config_flow.CONF_MANUAL = "Manual Entry" |
Definition at line 33 of file config_flow.py.
| string homeassistant.components.ps4.config_flow.CONF_MODE = "Config Mode" |
Definition at line 31 of file config_flow.py.
| int homeassistant.components.ps4.config_flow.LOCAL_UDP_PORT = 1988 |
Definition at line 35 of file config_flow.py.
| int homeassistant.components.ps4.config_flow.PIN_LENGTH = 8 |
Definition at line 40 of file config_flow.py.
| 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.
| int homeassistant.components.ps4.config_flow.TCP_PORT = 997 |
Definition at line 37 of file config_flow.py.
| int homeassistant.components.ps4.config_flow.UDP_PORT = 987 |
Definition at line 36 of file config_flow.py.