Vertical Stack Sensors

Hi there,

I tried to vertically stack the sensor card:

views:
  - title: Sensoren
    id: sensors
    icon: mdi:thermometer
    cards:
      - type: vertical-stack
        cards:
          - type: sensor
            entity: sensor.temperature_158d0001b8d4b4
            name: Temperatur Außen
            height: 75
            line_color: "#3498db"
          - type: sensor
            entity: sensor.humidity_158d0001b8d4b4
            name: Luftfeuchtigkeit Außen
            height: 75
            line_color: "#3498db"
      - type: vertical-stack
        cards:
          - type: sensor
            entity: sensor.temperature_158d00023202ba
            name: Temperatur Innen
            height: 75
            line_color: "#3498db"
          - type: sensor
            entity: sensor.humidity_158d00023202ba
            name: Luftfeuchtigkeit Innen
            height: 75
            line_color: "#3498db"

But I get this:

How can I fix that?

Regards,
Zoker

It’s a known issue, it will be fixed in 0.81.2.

1 Like

Are you running hassio? Can you SSH into hassio as well?

Yes I’m on Hassio

Ok, a beta is out for 0.81.2. To use it, SSH into your system and use the following command:

hassio homeassistant update --options "version=0.81.2"

EDIT: I’m currently using it and after CTRL+F5, stacks work again with sensors in them.

EDIT 2: FYI this call changed in later versions. This works in 0.86.4, not sure what version it changed.

hassio homeassistant update --version=0.86.4
1 Like

Works great! Thanks!

1 Like