Here is a smaller version:
title: Title View
cards:
- type: custom:compact-custom-header
- type: entities
entities:
- input_select.remote
- type: custom:state-switch
entity: input_select.remote
states:
SHIELD:
#------------------------------------------------------------------
# SHIELD CONTROLLER
#------------------------------------------------------------------
type: custom:layout-card
layout: vertical
cards:
- type: horizontal-stack
cards:
- type: custom:card-modder
card:
type: picture
image: /local/lovelace/images/shield.png
style:
overflow: hidden
padding: 10px 10px 10px 10px
border-radius: 20px
border: solid 1px rgba(100,100,100,0.3)
box-shadow: 3px 3px rgba(0,0,0,0.4)
TIVO:
#------------------------------------------------------------------
# TIVO - SONOS CONTROLLER
#------------------------------------------------------------------
type: custom:layout-card
layout: vertical
cards:
- type: horizontal-stack
cards:
- type: custom:card-modder
card:
type: picture-elements
image: /local/lovelace/images/tivobox.png
elements:
- type: state-label
entity: sensor.sonos_volume_level
prefix: 'Volym - '
tap_action: none
hold_action: none
style: {color: white, left: 14%, top: 25%}
- type: state-label
entity: sensor.kanal
prefix: 'Kanal - '
tap_action: none
hold_action: none
style: {color: white, left: 87%, top: 25%}
style:
overflow: hidden
background-image: url("/local/lovelace/images/cardbackK.png")
background-repeat: no-repeat
background-color: rgba(50,50,50,0.3)
background-size: 100% 161px
border-radius: 20px
border: solid 1px rgba(100,100,100,0.3)
box-shadow: 3px 3px rgba(0,0,0,0.4)
CHANNELS:
#---------------------------------------------------------
# Favotite Channels
#---------------------------------------------------------
type: custom:layout-card
layout: vertical
cards:
- type: horizontal-stack
cards:
- type: custom:card-modder
card:
type: picture
image: /local/tv/Logo-SVT1-HD-liten.png
hold_action: none
tap_action:
action: call-service
service: switch.turn_on
service_data:
entity_id: switch.tivo_svt1
style:
overflow: hidden
padding: 5px 5px 5px 5px
background-color: rgba(68,153,203,1)
border-radius: 20px
border: solid 1px rgba(100,100,100,0.3)
box-shadow: 3px 3px rgba(0,0,0,0.4)
- type: custom:card-modder
card:
type: picture
image: /local/tv/Logo-SVT2-HD-liten.png
hold_action: none
tap_action:
action: call-service
service: switch.turn_on
service_data:
entity_id: switch.tivo_svt2
style:
overflow: hidden
padding: 5px 5px 5px 5px
background-color: rgba(68,153,203,1)
border-radius: 20px
border: solid 1px rgba(100,100,100,0.3)
box-shadow: 3px 3px rgba(0,0,0,0.4)
- type: custom:card-modder
card:
type: picture
image: /local/tv/logo-tv3-hd-liten.png
hold_action: none
tap_action:
action: call-service
service: switch.turn_on
service_data:
entity_id: switch.tivo_tv3
style:
overflow: hidden
padding: 5px 5px 5px 5px
background-color: rgba(68,153,203,1)
border-radius: 20px
border: solid 1px rgba(100,100,100,0.3)
box-shadow: 3px 3px rgba(0,0,0,0.4)