I am trying to make a swipe “row” for my mushroom chips cards.
What am i missing?
type: custom:swipe-card
parameters:
spaceBetween: 0
cards:
- type: custom:mushroom-chips-card
chips:
- type: template
entity: null
icon_color: yellow
name: Skolmaten
content_info: name
icon: mdi:food
tap_action:
action: navigate
navigation_path: skolmat
content: Skolmat
- type: template
entity: null
icon_color: red
name: Bilen
content_info: name
icon: mdi:car
tap_action:
action: navigate
navigation_path: bilen
content: Bilen
- type: template
entity: null
icon_color: orange
name: Kalender
content_info: name
icon: mdi:calendar-account-outline
tap_action:
action: navigate
navigation_path: kalender
- type: template
entity: '{{ dict((states.person)|groupby(''state''))[''home'']|count }}'
icon: mdi:human
content: ': {{ dict((states.person)|groupby(''state''))[''home'']|count }}'
tap_action:
action: navigate
navigation_path: personer
- type: template
entity: null
icon_color: orange
name: Kalender
content_info: name
icon: mdi:calendar-account-outline
tap_action: null
action: navigate
- type: entity
entity: person.fredrik_hellberg
icon_color: orange
name: Kalender
content_info: name
icon: mdi:calendar-account-outline
tap_action:
action: navigate
navigation_path: kalender