mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 03:07:14 +00:00
Remove naming config options
This commit is contained in:
parent
ca62a8700f
commit
1ca38f6202
@ -93,21 +93,15 @@ You can customize the Plex component by adding any of the variables below to you
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
media_player:
|
media_player:
|
||||||
- platform: plex
|
- platform: plex
|
||||||
entity_namespace: 'plex'
|
|
||||||
include_non_clients: true
|
include_non_clients: true
|
||||||
scan_interval: 5
|
scan_interval: 5
|
||||||
show_all_controls: false
|
show_all_controls: false
|
||||||
use_custom_entity_ids: true
|
|
||||||
use_episode_art: true
|
use_episode_art: true
|
||||||
remove_unavailable_clients: true
|
remove_unavailable_clients: true
|
||||||
client_remove_interval: 600
|
client_remove_interval: 600
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% 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:
|
include_non_clients:
|
||||||
description: "Display non-recontrollable clients (ex. remote clients, PlexConnect Apple TV's)."
|
description: "Display non-recontrollable clients (ex. remote clients, PlexConnect Apple TV's)."
|
||||||
required: false
|
required: false
|
||||||
@ -123,11 +117,6 @@ show_all_controls:
|
|||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
type: boolean
|
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:
|
use_episode_art:
|
||||||
description: Display TV episode art instead of TV show art.
|
description: Display TV episode art instead of TV show art.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user