From 05f7bca2796cb7b8f1e4fb64b016bc0b0102fa28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Nyi=CC=81ri?= Date: Sat, 8 May 2021 00:55:08 +0200 Subject: [PATCH] Update: Add info about plexkodiconnect into readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3c143b0..4d05515 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,11 @@ Custom integration which integrates plex into Home Assistant and makes it possib - **adb**: Entity id of your media_player configured via [Android TV](https://www.home-assistant.io/integrations/androidtv/) - **kodi**: Entity id of your media_player configured via [Kodi](https://www.home-assistant.io/integrations/kodi/). + You also need to install and configure integration [Kodi Recently Added Media](https://github.com/jtbgroup/kodi-media-sensors) and its sensor **kodi_media_sensor_search**. + It is strongly recommended to use [PlexKodiConnect](https://github.com/croneter/PlexKodiConnect) for this setup, otherwise if the file name is different in kodi playback **will** fail. + _You can combine multiple supported entities_, in that case, entity for supported content will be chosen in order how you entered them. As an example, if content can be played / shown both by kodi and adb, and you entered kodi first, it will be shown by kodi. If it cannot be played by kodi but can be played by adb, adb will be used.