saving work from the last months

This commit is contained in:
2022-11-20 16:11:00 +01:00
parent 962b6fa4fe
commit 2bfa07019e
12 changed files with 231 additions and 82 deletions

View File

@ -5,19 +5,19 @@
- type: vertical-stack
cards:
- type: 'custom:button-card'
color_type: icon
color: rgb(229,9,20)
icon: "mdi:netflix"
size: 10%
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.netflix_and_chill
name: Netflix
- type: horizontal-stack
cards:
- type: 'custom:button-card'
color_type: icon
color: rgb(229,9,20)
icon: "mdi:netflix"
size: 20%
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.netflix_and_chill
name: Netflix
- type: 'custom:button-card'
color_type: icon
color: rgb(30,215,96)
@ -29,11 +29,26 @@
service_data:
entity_id: script.denon_listen_music
name: Spotify
- type: 'custom:button-card'
color_type: icon
color: rgb(51, 102, 255)
icon: "mdi:disc-player"
size: 20%
#tap_action:
# action: call-service
# service: script.turn_on
# service_data:
# entity_id: script.denon_listen_music
name: Blueray
- type: 'custom:button-card'
template: card_title
name: Game
label: Control
- type: vertical-stack
cards:
- type: horizontal-stack
cards:
cards:
- type: 'custom:button-card'
color_type: icon
#color: rgb(229,9,20)
@ -47,31 +62,22 @@
name: Nintendo Switch
- type: 'custom:button-card'
color_type: icon
color: rgb(51, 102, 255)
icon: "mdi:disc-player"
color: rgb(0,173,238)
icon: "mdi:steam"
size: 20%
#tap_action:
# action: call-service
# service: script.turn_on
# service_data:
# entity_id: script.denon_listen_music
name: Blueray
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.denon_play_steam
name: Steam Link
- type: vertical-stack
cards:
- type: horizontal-stack
cards:
- type: 'custom:button-card'
color_type: icon
color: rgb(0,173,238)
icon: "mdi:steam"
size: 20%
# tap_action:
# action: call-service
# service: script.turn_on
# service_data:
# entity_id: script.netflix_and_chill
name: Steam Link
- type: 'custom:button-card'
color_type: icon
color: rgb(144,138,153)
@ -83,15 +89,15 @@
# service_data:
# entity_id: script.denon_listen_music
name: Super NT
- type: 'custom:button-card'
color_type: icon
color: rgb(41, 61, 61)
icon: "mdi:television-off"
size: 10%
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.denon_tv_turn_off
name: Turn Off
- type: 'custom:button-card'
color_type: icon
#color: rgb(229,9,20)
icon: "mdi:gamepad-circle"
size: 20%
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.denon_play_switch
name: Game

View File

@ -1,33 +1,22 @@
- type: 'custom:button-card'
template: card_title
name: Volume
label: Control
name: Volume Control
label: Denon
- type: horizontal-stack
cards:
- type: 'custom:button-card'
icon: "mdi:volume-minus"
size: 20%
size: 15%
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.denon_volume_down
name: Down by 5
- type: 'custom:button-card'
color_type: icon
color: rgb(255,0,0)
icon: "mdi:volume-mute"
size: 20%
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.denon_volume_mute
name: Mute
name: Down by 5
- type: 'custom:button-card'
icon: "mdi:volume-plus"
size: 20%
size: 15%
tap_action:
action: call-service
service: script.turn_on
@ -35,8 +24,30 @@
entity_id: script.denon_volume_up
name: Up by 5
- type: horizontal-stack
cards:
- type: 'custom:button-card'
icon: "mdi:volume-minus"
size: 15%
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.denon_volume_down_1
name: Down by 1
- type: 'custom:button-card'
icon: "mdi:volume-plus"
size: 15%
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.denon_volume_up_1
name: Up by 1
- type: 'custom:button-card'
template: card_title
name: Denon Volume
label: Presets
- type: horizontal-stack
@ -50,14 +61,43 @@
service: script.turn_on
service_data:
entity_id: script.denon_volume_video
name: TV Volume
name: Streaming Volume
- type: 'custom:button-card'
color_type: icon
icon: "mdi:bookmark-music-outline"
icon: "mdi:music-circle-outline"
size: 15%
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.denon_volume_music
name: Music Volume
name: Music Volume
- type: 'custom:button-card'
template: card_title
name: Mute and Turn off
- type: horizontal-stack
cards:
- type: 'custom:button-card'
color_type: icon
color: rgb(255,0,0)
icon: "mdi:volume-mute"
size: 20%
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.denon_volume_mute
name: Mute
- type: 'custom:button-card'
color_type: icon
color: rgb(41, 61, 61)
icon: "mdi:television-off"
size: 20%
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.denon_tv_turn_off
name: Turn Off