Go to the source code of this file.
Classes | |
| class | homeassistant.components.ps4.config_flow.PlayStation4FlowHandler |
Namespaces | |
| homeassistant.components.ps4.config_flow | |
Variables | |
| string | homeassistant.components.ps4.config_flow.CONF_AUTO = "Auto Discover" |
| string | homeassistant.components.ps4.config_flow.CONF_MANUAL = "Manual Entry" |
| string | homeassistant.components.ps4.config_flow.CONF_MODE = "Config Mode" |
| int | homeassistant.components.ps4.config_flow.LOCAL_UDP_PORT = 1988 |
| int | homeassistant.components.ps4.config_flow.PIN_LENGTH = 8 |
| dictionary | homeassistant.components.ps4.config_flow.PORT_MSG = {UDP_PORT: "port_987_bind_error", TCP_PORT: "port_997_bind_error"} |
| int | homeassistant.components.ps4.config_flow.TCP_PORT = 997 |
| int | homeassistant.components.ps4.config_flow.UDP_PORT = 987 |