42 lines
2.3 KiB
JSON
42 lines
2.3 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"creds": {
|
|
"title": "PlayStation 4",
|
|
"description": "Credentials needed. Press 'Submit' and then in the PS4 2nd Screen App, refresh devices and select the 'Home-Assistant' device to continue."
|
|
},
|
|
"mode": {
|
|
"title": "PlayStation 4",
|
|
"description": "Select mode for configuration. The [%key:common::config_flow::data::ip%] field can be left blank if selecting Auto Discovery, as devices will be automatically discovered.",
|
|
"data": {
|
|
"mode": "Config Mode",
|
|
"ip_address": "[%key:common::config_flow::data::ip%] (Leave empty if using Auto Discovery)."
|
|
}
|
|
},
|
|
"link": {
|
|
"title": "PlayStation 4",
|
|
"description": "Enter your PlayStation 4 information. For [%key:common::config_flow::data::pin%], navigate to 'Settings' on your PlayStation 4 console. Then navigate to 'Mobile App Connection Settings' and select 'Add Device'. Enter the [%key:common::config_flow::data::pin%] that is displayed. Refer to the [documentation](https://www.home-assistant.io/components/ps4/) for additional info.",
|
|
"data": {
|
|
"region": "Region",
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
"code": "[%key:common::config_flow::data::pin%]",
|
|
"ip_address": "[%key:common::config_flow::data::ip%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"credential_timeout": "Credential service timed out. Press submit to restart.",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"login_failed": "Failed to pair to PlayStation 4. Verify [%key:common::config_flow::data::pin%] is correct.",
|
|
"no_ipaddress": "Enter the [%key:common::config_flow::data::ip%] of the PlayStation 4 you would like to configure."
|
|
},
|
|
"abort": {
|
|
"credential_error": "Error fetching credentials.",
|
|
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"port_987_bind_error": "Could not bind to port 987. Refer to the [documentation](https://www.home-assistant.io/components/ps4/) for additional info.",
|
|
"port_997_bind_error": "Could not bind to port 997. Refer to the [documentation](https://www.home-assistant.io/components/ps4/) for additional info."
|
|
}
|
|
}
|
|
}
|