From 794dca39fe103f9f329749fe055589c17debce03 Mon Sep 17 00:00:00 2001 From: ktnrg45 <38207570+ktnrg45@users.noreply.github.com> Date: Wed, 6 Mar 2019 13:08:04 -0700 Subject: [PATCH] Add multiple device support in docs (#8679) * Add multiple device support in docs. * minor edits --- source/_components/media_player.ps4.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/media_player.ps4.markdown b/source/_components/media_player.ps4.markdown index 4b35521c547..e4da489b382 100644 --- a/source/_components/media_player.ps4.markdown +++ b/source/_components/media_player.ps4.markdown @@ -16,7 +16,7 @@ ha_iot_class: "Local Polling" The `ps4` component allows you to control a [Sony PlayStation 4 console](https://www.playstation.com/en-us/explore/ps4/). -- This component supports controlling a single PlayStation 4 for your instance. Additional consoles may be supported in a future release. +- This component supports controlling multiple PlayStation 4 consoles for your Home Assistant instance. Additional consoles can be added by running the configuration for the PS4 Integration again. ## {% linkable_title Requirements %} @@ -53,7 +53,7 @@ There are varying methods to perform this, dependent on your OS that is running If your Home Assistant device is running Hass.io on HassOS, it does not require additional configuration.

-- Example for Debian: +- Example for Debian-based and most UNIX operating systems: `sudo setcap 'cap_net_bind_service=+ep' /usr/bin/python3.5` Replace "/usr/bin/python3.5" with your path to Python that is running Home Assistant.