From 6b52c457b7a70826abf81f6fc96e993de642a800 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Thu, 5 Mar 2020 22:39:04 +0200 Subject: [PATCH] Add plex integration --- configuration.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index f192c7c..5b40e4e 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -91,6 +91,14 @@ telegram_bot: allowed_chat_ids: - !secret telegram_georgi_chat_id +# https://www.home-assistant.io/integrations/plex +plex: + host: !secret plex_host + token: !secret plex_token + media_player: + use_episode_art: true + ignore_new_shared_users: false + # https://www.home-assistant.io/integrations/spotify spotify: client_id: !secret spotify_client_id