Skip to content

Commit

Permalink
feat: base media player
Browse files Browse the repository at this point in the history
  • Loading branch information
EuleMitKeule committed Jul 28, 2023
1 parent 9b13050 commit ac4a339
Show file tree
Hide file tree
Showing 2 changed files with 228 additions and 75 deletions.
2 changes: 2 additions & 0 deletions custom_components/template_media_player/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
CONF_UNIQUE_ID = "unique_id"
CONF_FRIENDLY_NAME = "friendly_name"
CONF_DEVICE_CLASS = "device_class"
CONF_BASE_MEDIA_PLAYER_ENTITY_ID = "base_media_player_entity_id"
CONF_BROWSE_MEDIA_ENTITY_ID = "browse_media_entity_id"

# General Templates

CONF_GLOBAL_TEMPLATE = "global_template"
Expand Down
Loading

0 comments on commit ac4a339

Please sign in to comment.