Hi, I’m a newbie so I might have a stupid question.
I tried to combine Swipe card and Vertical stock in card, but unfortunately I can’t do it. I would like to have a card on my mobile with temperature and humidity for each room separately and the possibility to swipe between them.
Is this combination possible? I have not been able to do this and I have not found a discussion on this topic anywhere.
Below is one of the cards I would like to rotate
Thanks in advance for your ideas and help
type: custom:vertical-stack-in-card
cards:
- square: false
type: grid
columns: 3
cards:
- type: custom:mushroom-entity-card
entity: sensor.koupelna_teplota
primary_info: state
secondary_info: name
name: Temperature
icon_color: green
- type: custom:mushroom-entity-card
primary_info: state
secondary_info: name
name: Humidity
icon_color: blue
entity: sensor.koupelna_vlhkost_vzduchu
- type: custom:mushroom-entity-card
primary_info: state
secondary_info: name
name: Baterie
icon_color: blue
entity: sensor.koupelna_baterie
title: Koupelna
- type: custom:mini-graph-card
entities:
- entity: sensor.koupelna_teplota
name: Temperature
color: var(--green-color)
- entity: sensor.koupelna_vlhkost_vzduchu
name: Humidity
color: var(--blue-color)
y_axis: secondary
hours_to_show: 24
line_width: 3
font_size: 50
animate: true
show:
name: false
icon: false
state: false
legend: false
fill: fade