DBuit / Homekit-panel-card

Homekit panel card for home assistant
MIT License
304 stars 54 forks source link

If I hold the button the popup card does not appear. #120

Closed Markobu98 closed 2 years ago

Markobu98 commented 2 years ago

Hey I configured my lovelace like this:

`

But if I hold the light.besta card for example no popup appears. Not even the normal one. I have browser mode, card mod and **

** installed.

Edit: I have insert this part as well:

`style: | :host { --tile-background: rgba(255, 255, 255, 0.8); --tile-border-radius: 12px; --tile-width: 100px; --tile-height: 100px; --tile-on-background: rgba(255, 255, 255, 1);

  --tile-name-text-color: rgba(0, 0, 0, 0.4);
  --tile-on-name-text-color: rgba(0, 0, 0, 1);

  --tile-state-text-color: rgba(0, 0, 0, 0.4);
  --tile-on-state-text-color: rgba(0, 0, 0, 1);

  --tile-state-changed-text-color: rgb(134, 134, 134);
  --tile-unavailable-state-text-color: rgba(255, 0, 0, 1);

  --tile-value-text-color: rgba(255, 0, 0, 1);

  --tile-icon-color: rgba(0, 0, 0, 0.3);
  --tile-on-icon-color: #f7d959;

  --tile-width-mobile: 90px;
  --tile-height-mobile: 90px;

  --min-header-height: 150px;

  --tile-icon-size: 30px;

  --tile-image-radius: 100%

  --slider-width: 120px;
  --slider-height: 120px;
}

` But it still does not work