* Remove skipping of creds step. * Check for device added per account * typo * lint * Pylint * Fix test * Fix test * Typo * Add auto location * blank space * Add new identifier handling + fix select source * Add cred_timeout error * add credential timeout error * Fix Tests * patch decorator * Update test_config_flow.py * add test * Revert * Rename vars * fix tests * Add attr location * Bump 0.6.0 * Bump 0.6.0 * Bump 0.6.0 * Update handling exception * Update remove method * Update tests * Refactoring * Pylint * revert * chmod * 0.6.1 * 0.6.1 * 0.6.1 * Remove func * Add migration * Version 3 * Remove redefinition * Add format unique id * Add format unique id * pylint * pylint * 0.7.1 * 0.7.1 * 0.7.1 * Changes with media_art call * Add library exception * 0.7.2 * 0.7.2 * 0.7.2 * Version and entry_version update * Revert list comprehension * Corrected exception handling * Update media_player.py * Update media_player.py * white space
42 lines
2 KiB
JSON
42 lines
2 KiB
JSON
{
|
|
"config": {
|
|
"title": "PlayStation 4",
|
|
"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 IP Address field can be left blank if selecting Auto Discovery, as devices will be automatically discovered.",
|
|
"data": {
|
|
"mode": "Config Mode",
|
|
"ip_address": "IP Address (Leave empty if using Auto Discovery)."
|
|
}
|
|
},
|
|
"link": {
|
|
"title": "PlayStation 4",
|
|
"description": "Enter your PlayStation 4 information. For 'PIN', navigate to 'Settings' on your PlayStation 4 console. Then navigate to 'Mobile App Connection Settings' and select 'Add Device'. Enter the PIN that is displayed. Refer to the [documentation](https://www.home-assistant.io/components/ps4/) for additional info.",
|
|
"data": {
|
|
"region": "Region",
|
|
"name": "Name",
|
|
"code": "PIN",
|
|
"ip_address": "IP Address"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"credential_timeout": "Credential service timed out. Press submit to restart.",
|
|
"not_ready": "PlayStation 4 is not on or connected to network.",
|
|
"login_failed": "Failed to pair to PlayStation 4. Verify PIN is correct.",
|
|
"no_ipaddress": "Enter the IP Address of the PlayStation 4 you would like to configure."
|
|
},
|
|
"abort": {
|
|
"credential_error": "Error fetching credentials.",
|
|
"no_devices_found": "No PlayStation 4 devices found on the network.",
|
|
"devices_configured": "All devices found are already configured.",
|
|
"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."
|
|
}
|
|
}
|
|
}
|