Hi all!
I currently try to build a mushroom template card (inspired by @EverythingSmartHome) into my dashboard.
Basically it should look like this but only swipepable:
If I implement the swiper-card it looks like this:
this is the code I use:
type: custom:swipe-card
cards:
- type: horizontal-stack
cards:
- type: custom:mushroom-template-card
primary: Home
secondary: ''
icon: mdi:home
icon_color: blue
tap_action: null
action: navigate
navigation_path: '1'
layout: vertical
- type: horizontal-stack
cards:
- type: custom:mushroom-template-card
primary: Licht
secondary: ''
icon: mdi:lightbulb
icon_color: yellow
layout: vertical
- type: horizontal-stack
cards:
- type: custom:mushroom-template-card
primary: Jalousie
secondary: ''
icon: mdi:window-shutter
icon_color: green
layout: vertical
- type: horizontal-stack
cards:
- type: custom:mushroom-template-card
primary: Sonos
secondary: ''
icon: mdi:cast-variant
icon_color: red
layout: vertical
I tried also to make the first version swipable but it just ended in the same result. Any ideas what I can do?