Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ##########################
- ### MEDIA ###
- ##########################
- - type: vertical-stack
- cards:
- ###################
- ### XBOX ###
- ###################
- - type: conditional
- conditions:
- - entity: input_select.media_mode
- state: "Xbox"
- card:
- type: markdown
- content: >
- ## Playing Xbox
- - type: conditional
- conditions:
- - entity: input_select.media_mode
- state: "Xbox"
- card:
- type: entities
- entities:
- - input_number.yamaha_volume_zone_1
- ###################
- ### RECORD ###
- ###################
- - type: conditional
- conditions:
- - entity: input_select.media_mode
- state: "Record Player"
- card:
- type: markdown
- content: >
- ## Listening To Records
- - type: conditional
- conditions:
- - entity: input_select.media_mode
- state: "Record Player"
- card:
- type: entities
- entities:
- - entity: input_number.yamaha_volume_zone_1
- name: Main Room
- - entity: input_number.yamaha_volume_zone_2
- name: Zone 2
- - entity: input_number.yamaha_volume_zone_all
- name: Group Volume
- ###################
- ### CHROME ###
- ###################
- - type: conditional
- conditions:
- - entity: input_select.media_mode
- state: "Chrome"
- card:
- type: markdown
- content: >
- ## Watching Chrome
- - type: conditional
- conditions:
- - entity: input_select.media_mode
- state: "Chrome"
- card:
- type: media-control
- entity: media_player.living_room_chrome
- - type: conditional
- conditions:
- - entity: input_select.media_mode
- state: "Chrome"
- card:
- type: entities
- entities:
- - input_number.yamaha_volume_zone_1
- ###################
- ### SONOS ###
- ###################
- - type: conditional
- conditions:
- - entity: input_select.media_mode
- state: "Sonos"
- card:
- type: markdown
- content: >
- ## Listening To Music
- - type: conditional
- conditions:
- - entity: input_select.media_mode
- state: "Sonos"
- card:
- type: "custom:mini-media-player"
- entity: media_player.living_room_sonos
- artwork_border: true
- artwork: cover
- power_color: true
- icon: mdi:music-note
- - type: conditional
- conditions:
- - entity: input_select.media_mode
- state: "Sonos"
- card:
- type: entities
- entities:
- - entity: input_number.yamaha_volume_zone_1
- name: Main Room
- - entity: input_number.yamaha_volume_zone_2
- name: Zone 2
- - entity: input_number.yamaha_volume_zone_all
- name: Group Volume
Advertisement
Add Comment
Please, Sign In to add comment