-
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I read some issues related to borders and downloaded the latest version of the stack-in-card.js and uploaded to my configuration making sure to delete the other file (.gz?) as instructed on another thread but the border around my card refuses to go away. Here's my configuration:
type: custom:layout-card
layout_type: custom:grid-layout
cards:
- views:
- title: Home
type: custom:stack-in-card
mode: vertical
cards:
- type: custom:mushroom-title-card
title: Hallway
- type: custom:stack-in-card
mode: horizontal
cards:
- type: custom:mushroom-template-card
icon: mdi:light-switch
layout: vertical
tap_action:
action: toggle
hold_action:
action: none
double_tap_action:
action: none
entity: switch.hallway
icon_color: |-
{% set state=states('switch.hallway') %}
{% if state=='on' %}
orange
{% elif state=='off' %}
white
{% endif %}
secondary: '{{ states(''switch.hallway'')}}'
multiline_secondary: true
primary: Hallway
layout:
height: 225px
Here's an example:
The border around "Hallway off" switch icon should be gone as before?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working