mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Remove scan interval config option
This commit is contained in:
parent
9b875a46f9
commit
a20d39128b
@ -94,7 +94,6 @@ You can customize the Plex component by adding any of the variables below to you
|
||||
media_player:
|
||||
- platform: plex
|
||||
entity_namespace: 'plex'
|
||||
scan_interval: 5
|
||||
show_all_controls: false
|
||||
use_custom_entity_ids: true
|
||||
use_episode_art: true
|
||||
@ -107,11 +106,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_"
|
||||
required: false
|
||||
type: string
|
||||
scan_interval:
|
||||
description: "Amount in seconds in between polling for device’s current activity."
|
||||
required: false
|
||||
default: 10
|
||||
type: int
|
||||
show_all_controls:
|
||||
description: "Forces all controls to display. Ignores dynamic controls (ex. show volume controls for client A but not for client B) based on detected client capabilities. This option allows you to override this detection if you suspect it to be incorrect."
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user