Skip to content

Commit 0aa61b2

Browse files
Removed dynamic group mentions (as feature has been removed for now)
1 parent 9f044b2 commit 0aa61b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/_components/media_player.plex.markdown

-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ media_player:
6464
scan_interval: 5
6565
show_all_controls: false
6666
use_custom_entity_ids: true
67-
use_dynamic_groups: true
6867
use_episode_art: true
6968
```
7069
- **entity_namespace** (*Optional*): Prefix for entity ID's. Defaults to `null`. 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_
@@ -74,7 +73,6 @@ media_player:
7473
- **scan_interval** (*Optional*): Amount in seconds in between polling for device’s current activity. Defaults to `10` seconds.
7574
- **show_all_controls** (*Optional*): Forces all controls to display. Defaults to `false`. 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.
7675
- **use_custom_entity_ids** (*Optional*): Name Entity ID's by client ID's instead of friendly names. Defaults to `false`. 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).
77-
- **use_dynamic_groups** (*Optional*): Automatically group devices (`group._plex_devices_active` and `group._plex_devices_inactive`) as devices change states. Defaults to `false`. Group memberships are cleared when HA is restarted.
7876
- **use_episode_art** (*Optional*): Display TV episode art instead of TV show art. Defaults to `false`.
7977

8078
### {% linkable_title Service `play_media` %}

0 commit comments

Comments
 (0)