2019-02-17 20:41:55 +00:00
{
"config" : {
"step" : {
"creds" : {
"description" : "Credentials needed. Press 'Submit' and then in the PS4 2nd Screen App, refresh devices and select the 'Home-Assistant' device to continue."
} ,
2019-03-25 12:25:15 +00:00
"mode" : {
"data" : {
"mode" : "Config Mode" ,
2020-10-11 14:57:21 +00:00
"ip_address" : "[%key:common::config_flow::data::ip%] (Leave empty if using Auto Discovery)."
2022-03-28 17:41:39 +00:00
} ,
"data_description" : {
"ip_address" : "Leave blank if selecting auto-discovery."
2019-03-26 14:48:26 +00:00
}
2019-03-25 12:25:15 +00:00
} ,
2019-02-17 20:41:55 +00:00
"link" : {
"data" : {
"region" : "Region" ,
2020-10-03 13:28:42 +00:00
"name" : "[%key:common::config_flow::data::name%]" ,
2020-10-11 14:57:21 +00:00
"code" : "[%key:common::config_flow::data::pin%]" ,
2020-10-01 14:31:34 +00:00
"ip_address" : "[%key:common::config_flow::data::ip%]"
2022-03-28 17:41:39 +00:00
} ,
"data_description" : {
"code" : "Navigate to 'Settings' on your PlayStation 4 console. Then navigate to 'Mobile App Connection Settings' and select 'Add Device' to get the pin."
2019-02-17 20:41:55 +00:00
}
}
} ,
"error" : {
2019-04-23 23:32:36 +00:00
"credential_timeout" : "Credential service timed out. Press submit to restart." ,
2020-10-11 14:57:21 +00:00
"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."
2019-02-17 20:41:55 +00:00
} ,
"abort" : {
"credential_error" : "Error fetching credentials." ,
2020-10-11 14:57:21 +00:00
"no_devices_found" : "[%key:common::config_flow::abort::no_devices_found%]" ,
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
2019-03-25 12:25:15 +00:00
"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."
2019-02-17 20:41:55 +00:00
}
}
}