Skip to content

Commit

Permalink
Merge pull request #36 from ColinRobbins/patch-1
Browse files Browse the repository at this point in the history
Fix for issue #35
  • Loading branch information
Sennevds authored Feb 3, 2022
2 parents b9285c5 + badde6c commit d13a4d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/media_player_template/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ def __init__(
):
"""Initialize the Template Media player."""
super().__init__(
hass,
availability_template=availability_template,
icon_template=icon_template,
entity_picture_template=entity_picture_template,
Expand Down

0 comments on commit d13a4d4

Please sign in to comment.