swingerman / lovelace-fluid-level-background-card

This card wraps any other cards and renders a fluid background behind them.
MIT License
41 stars 8 forks source link

[bug] - color alpha not applied in some cases #437

Closed swingerman closed 3 months ago

swingerman commented 3 months ago
  1. After F5 (reload a browser's page) an alpha channel may NOT be applied.
  2. Then it is applied after a few seconds.

Untitled Project

type: custom:fluid-level-background-card
card:
  type: glance
  entities:
    - entity: sun.sun
      name: Beer level
entity: input_number.test_level_1
fill_entity: input_boolean.test_boolean
level_color:
  - 242
  - 142
  - 28
  - 0.1

HA 2024.8, Chrome 127.0.6533.89

Originally posted by @ildar170975 in https://github.com/swingerman/lovelace-fluid-level-background-card/issues/429#issuecomment-2274909160

ildar170975 commented 2 months ago

Thanks a lot!