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 Mass Media Lovelace Card | |
# Example: https://github.com/jazzyisj/home-assistant-config/blob/master/www/mass/mass_play_media_card.gif | |
######################################################################################################## | |
type: entities | |
title: "Play MASS Media" | |
icon: mdi:play-box | |
state_color: true | |
show_header_toggle: false | |
entities: |
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
################################################################################################################## | |
# MASS Play Media Package | |
# | |
# Download this package file to your packages folder (https://www.home-assistant.io/docs/configuration/packages/) | |
# or copy and paste in appropriate the areas in your configuration.yaml file. | |
# | |
# NOTE: You must change all items marked with the #TODO tag! | |
################################################################################################################## | |
input_boolean: | |
mass_shuffle: |