mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
Oops, removed standard option
This commit is contained in:
parent
1ca38f6202
commit
595b5ff07a
@ -93,6 +93,7 @@ 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
|
||||||
@ -102,6 +103,10 @@ media_player:
|
|||||||
```
|
```
|
||||||
|
|
||||||
{% 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user