mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update outdated PS4 integration information (#9999)
* This removes outdated info about the PS4 integration only supporting a single console. Support for that was added in 0.90 a few months back (PR here: https://github.com/home-assistant/home-assistant/pull/21302). * Added field to sidebar that it's configurable from UI (that's the *only* way it can be configured in fact which the docs already mention). * Also tweaks the instructions to reflect design changes that were made to Home Assistant Integrations panel (must press the + button to add integrations). * Lastly updated a URL that was changed in the Dev Tools redesign in 0.96 release (`/dev-info` has now become `/developer-tools/info`).
This commit is contained in:
parent
c9e85b9361
commit
7f13b27ce2
@ -5,14 +5,13 @@ logo: ps4.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Media Player
|
- Media Player
|
||||||
ha_release: 0.89
|
ha_release: 0.89
|
||||||
|
ha_config_flow: true
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
---
|
---
|
||||||
|
|
||||||
The `ps4` integration allows you to control a
|
The `ps4` integration allows you to control a
|
||||||
[Sony PlayStation 4 console](https://www.playstation.com/en-us/explore/ps4/).
|
[Sony PlayStation 4 console](https://www.playstation.com/en-us/explore/ps4/).
|
||||||
|
|
||||||
- This integration supports controlling a single PlayStation 4 for your instance. Additional consoles may be supported in a future release.
|
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- Android or iOS device
|
- Android or iOS device
|
||||||
@ -26,7 +25,7 @@ The `ps4` integration allows you to control a
|
|||||||
Read the section "Granting Port Access" below before continuing.
|
Read the section "Granting Port Access" below before continuing.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
2. Navigate to `Configuration -> Integrations` and select `Configure` for `PlayStation 4`.
|
2. Navigate to `Configuration -> Integrations` and press the plus button in the bottom right corner. Select `PlayStation 4` from the list of integrations.
|
||||||
|
|
||||||
3. Follow instructions displayed to generate user credentials. You will know this step is completed when a form with fields appears.
|
3. Follow instructions displayed to generate user credentials. You will know this step is completed when a form with fields appears.
|
||||||
|
|
||||||
@ -71,7 +70,7 @@ sudo setcap 'cap_net_bind_service=+ep' /usr/bin/python3.5
|
|||||||
|
|
||||||
To find your system Python path:
|
To find your system Python path:
|
||||||
|
|
||||||
- Add the [System Health](/components/system_health/) integration to your `configuration.yaml`. In a web browser access your frontend and navigate to the about/logs page "http://<yourhomeassistanturl>/dev-info). In the System Health box locate the item **python_version** and note the value that is displayed. Then in terminal run:
|
- Add the [System Health](/components/system_health/) integration to your `configuration.yaml`. In a web browser access your frontend and navigate to the about/logs page "http://<yourhomeassistanturl>/developer-tools/info). In the System Health box locate the item **python_version** and note the value that is displayed. Then in terminal run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
whereis python<version>
|
whereis python<version>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user