mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Remove 'include_non_clients' config option
This commit is contained in:
parent
d3ce0835f6
commit
9b875a46f9
@ -94,7 +94,6 @@ You can customize the Plex component by adding any of the variables below to you
|
|||||||
media_player:
|
media_player:
|
||||||
- platform: plex
|
- platform: plex
|
||||||
entity_namespace: 'plex'
|
entity_namespace: 'plex'
|
||||||
include_non_clients: true
|
|
||||||
scan_interval: 5
|
scan_interval: 5
|
||||||
show_all_controls: false
|
show_all_controls: false
|
||||||
use_custom_entity_ids: true
|
use_custom_entity_ids: true
|
||||||
@ -108,11 +107,6 @@ 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_"
|
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
|
required: false
|
||||||
type: string
|
type: string
|
||||||
include_non_clients:
|
|
||||||
description: "Display non-recontrollable clients (ex. remote clients, PlexConnect Apple TV's)."
|
|
||||||
required: false
|
|
||||||
default: false
|
|
||||||
type: boolean
|
|
||||||
scan_interval:
|
scan_interval:
|
||||||
description: "Amount in seconds in between polling for device’s current activity."
|
description: "Amount in seconds in between polling for device’s current activity."
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user