Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome compatibility on card background #58

Open
sephrioth opened this issue May 21, 2024 · 0 comments
Open

Chrome compatibility on card background #58

sephrioth opened this issue May 21, 2024 · 0 comments

Comments

@sephrioth
Copy link

The problem

The cards background(with opacity) overlaps each other on Chrome (macOS 14.2.1), but display correctly in Safari.

I tried to use no_card method, but it doesn't work properly(error be like: Key 'entities.0.type' is not expected or not supported ).

Chrome:
image

Safari:
image

What version of Canary has the issue?

0.4.0

What version of Home Assistant are you running?

2024.5.3

What version of the Frontend are you running?

20240501.1

Example YAML snippet

cards:
  - type: glance
    entities:
      - entity: sensor.kitchen_temperature
        secondary_info: last-changed
      - entity: sensor.kitchen_humidity
        secondary_info: last-changed
      - entity: binary_sensor.kitchen_waterleak
        secondary_info: last-changed
      - entity: sensor.kitchen_cooker_status
        secondary_info: last-changed
    columns: 4
  - type: entities
    entities:
      - entity: binary_sensor.kitchen_motion_sensor
        secondary_info: last-changed
      - entity: light.kitchen_lights
        secondary_info: last-changed
      - entity: select.kitchen_cooker_mode
    show_header_toggle: false
title: 🍳 Kitchen
type: vertical-stack
in_card: true

Anything in the logs that might be useful for us?

No response

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant