From 1ca38f620269528dde942c515c4a9323d28701ae Mon Sep 17 00:00:00 2001 From: Jason Lawrence Date: Thu, 23 May 2019 22:32:30 -0500 Subject: [PATCH 1/3] Remove naming config options --- source/_components/plex.markdown | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/source/_components/plex.markdown b/source/_components/plex.markdown index 96897830e66..baa6590079a 100644 --- a/source/_components/plex.markdown +++ b/source/_components/plex.markdown @@ -93,21 +93,15 @@ You can customize the Plex component by adding any of the variables below to you # Example configuration.yaml entry media_player: - platform: plex - entity_namespace: 'plex' include_non_clients: true scan_interval: 5 show_all_controls: false - use_custom_entity_ids: true use_episode_art: true remove_unavailable_clients: true client_remove_interval: 600 ``` {% configuration %} -entity_namespace: - description: "Prefix for entity ID's. Useful when using overlapping components (ex. Apple TV and Plex components when you have Apple TV's you use as Plex clients). Go from _media_player.playroom2_ to _media_player.plex_playroom_" - required: false - type: string include_non_clients: description: "Display non-recontrollable clients (ex. remote clients, PlexConnect Apple TV's)." required: false @@ -123,11 +117,6 @@ show_all_controls: required: false default: false type: boolean -use_custom_entity_ids: - description: "Name Entity ID's by client ID's instead of friendly names. HA assigns entity ID's on a first come first serve basis. When you have identically named devices connecting (ex. media_player.plex_web_safari, media_player.plex_web_safari2), you can't reliably distinguish and or predict which device is which. This option avoids this issue by using unique client ID's (ex. media_player.dy4hdna2drhn)." - required: false - default: false - type: boolean use_episode_art: description: Display TV episode art instead of TV show art. required: false From 595b5ff07ad6ca506ee6c47b5cec01ccdb923946 Mon Sep 17 00:00:00 2001 From: Jason Lawrence Date: Thu, 23 May 2019 23:06:03 -0500 Subject: [PATCH 2/3] Oops, removed standard option --- source/_components/plex.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/plex.markdown b/source/_components/plex.markdown index baa6590079a..7e8428ec5b4 100644 --- a/source/_components/plex.markdown +++ b/source/_components/plex.markdown @@ -93,6 +93,7 @@ You can customize the Plex component by adding any of the variables below to you # Example configuration.yaml entry media_player: - platform: plex + entity_namespace: 'plex' include_non_clients: true scan_interval: 5 show_all_controls: false @@ -102,6 +103,10 @@ media_player: ``` {% configuration %} +entity_namespace: + description: "Prefix for entity ID's. Useful when using overlapping components (ex. Apple TV and Plex components when you have Apple TV's you use as Plex clients). Go from _media_player.playroom2_ to _media_player.plex_playroom_" + required: false + type: string include_non_clients: description: "Display non-recontrollable clients (ex. remote clients, PlexConnect Apple TV's)." required: false From fe84f116c3c19f51c02bb073358b8bb7c9321b41 Mon Sep 17 00:00:00 2001 From: Jason Lawrence Date: Fri, 24 May 2019 16:37:39 -0500 Subject: [PATCH 3/3] Remove entity_namespace, too --- source/_components/plex.markdown | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/_components/plex.markdown b/source/_components/plex.markdown index 7e8428ec5b4..baa6590079a 100644 --- a/source/_components/plex.markdown +++ b/source/_components/plex.markdown @@ -93,7 +93,6 @@ You can customize the Plex component by adding any of the variables below to you # Example configuration.yaml entry media_player: - platform: plex - entity_namespace: 'plex' include_non_clients: true scan_interval: 5 show_all_controls: false @@ -103,10 +102,6 @@ media_player: ``` {% configuration %} -entity_namespace: - description: "Prefix for entity ID's. Useful when using overlapping components (ex. Apple TV and Plex components when you have Apple TV's you use as Plex clients). Go from _media_player.playroom2_ to _media_player.plex_playroom_" - required: false - type: string include_non_clients: description: "Display non-recontrollable clients (ex. remote clients, PlexConnect Apple TV's)." required: false