This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################################################## | |
# Music Assistant Play Media Package - Launch Music Assistant Library Media from HASS dashboard & automations | |
# Use with Play Music Assistant Media lovelace card - https://gist.github.com/jazzyisj/f90bf1c1c3205d5d2d791f196fc144b1 | |
# Download this package file to your packages folder or add yaml to your configuration.yaml file. | |
# Change to one of your Music Assistant media player entity_id's where indicated with #TODO tag. | |
################################################################################################################## | |
input_boolean: | |
mass_shuffle: | |
name: "Shuffle" | |
icon: mdi:shuffle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
######################################################################################################## | |
# Play Music Assistant Media - Lovelace Card | |
# Use with Play Music Assistant Media Package - https://gist.github.com/jazzyisj/c53c92779785bb5d9952adf3a3a28107 | |
# Requirements: Available on HACS | |
# https://github.com/thomasloven/lovelace-fold-entity-row | |
# https://github.com/thomasloven/lovelace-template-entity-row | |
######################################################################################################## | |
type: entities | |
title: "Play Music Assistant Media" | |
icon: mdi:play-box |