ofekashery / vertical-stack-in-card

📐 Home Assistant Card: Group multiple cards into a single sleek card.
MIT License
897 stars 79 forks source link

Card doesn't support attributes #112

Closed phoniclynx closed 2 years ago

phoniclynx commented 3 years ago
type: vertical-stack
title: Calendar
cards:
  - type: entities
    entities:
    - entity: sensor.google_alarm_event
      icon: hass:alarm
      attribute: time
      name: Start

results in only the main status being displayed and not the attribute of the sensor (time)

Markker98 commented 2 years ago

this also means that attributes from the "entities card" are not being applied either. For example, state_color is not working.

Markker98 commented 2 years ago

Turned out if i assign the lovelace the same theme as the page it is working.