mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-25 18:05:52 +01:00
* Added PS4/ __init__.py * Create en.json * Create config_flow.py * Create const.py * Create media_player.py * Create services.yaml * Create strings.json * Create __init__.py * Add test_config_flow.py/ Finished adding PS4 files * Rewrote for loop into short-hand * bumped pyps4 to 0.2.8 * Pass in helper() * Rewrite func * Fixed test * Added import in init * bump to 0.2.9 * bump to 0.3.0 * Removed line * lint * Add ps4 to flows list * Added pyps4-homeassistant with script * Added pyps4 * Added pypys4 to test * removed list def * reformatted service call dicts * removed config from device class * typo * removed line * reformatted .. format * redefined property * reformat load games func * Add __init__ and media_player.py to coveragerc * Fix for test * remove init * remove blank line * remove mock_coro * Revert "remove init" This reverts commit b68996aa34699bf38781e153acdd597579e8131f. * Correct permissions * fixes * fixes
33 lines
1.2 KiB
JSON
33 lines
1.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."
|
|
},
|
|
"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.",
|
|
"data": {
|
|
"region": "Region",
|
|
"name": "Name",
|
|
"code": "PIN",
|
|
"ip_address": "IP Address"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"not_ready": "PlayStation 4 is not on or connected to network.",
|
|
"login_failed": "Failed to pair to PlayStation 4. Verify PIN is correct."
|
|
},
|
|
"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.",
|
|
"port_997_bind_error": "Could not bind to port 997."
|
|
}
|
|
}
|
|
}
|