thomasloven / lovelace-fold-entity-row

🔹 A foldable row for entities card, containing other rows
MIT License
561 stars 37 forks source link

Since 2021.05 update not displaying correctly #163

Closed ironicbadger closed 3 years ago

ironicbadger commented 3 years ago

My Home Assistant version: 2021.05.4

Fold-entity-row version (FROM BROWSER CONSOLE): 20.0.4

What I am doing: Since updating to 2021.05 from 2021.04 the fold-entity-row portion of lovelace UI is not displaying correctly.

What I expected to happen:

What happened instead:

image

Minimal steps to reproduce:

entities:
  - entities:
      - light.lounge_table_lamp
      - light.lounge_bloom
      - light.rear_hallway
      - light.wled_kitchen_wetbar
      - light.tripod_spotlight
      - light.tripod_wooden
      - light.kitchen_counter_lights
      - light.kitchen_island_lights
    head:
      entity: light.downstairs_lights
      icon: mdi:lightbulb-group
      label: Downstairs Lights
    type: custom:fold-entity-row
title: All Lighting
type: entities

Error messages from the browser console:


By putting an X in the boxes ([X]) below, I indicate that I:

thomasloven commented 3 years ago

Do you have template-entity-row installed? If so, make sure you have the latest version of that.

ironicbadger commented 3 years ago

Yes and yes. An update came through for that tonight I think.

On Wed, Jun 9, 2021, 03:22 Thomas Lovén @.***> wrote:

Do you have template-entity-row installed? If so, make sure you have the latest version of that.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/thomasloven/lovelace-fold-entity-row/issues/163#issuecomment-857454206, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVFAWGI3O35VRPWKPSEYN3TR4JERANCNFSM46LCPICQ .

thomasloven commented 3 years ago

What does your browser console say about template-entity-row? Any version number? Also, please note that I only support the latest version of Home Assistant, which is 2021.6

ironicbadger commented 3 years ago

My mistake I actually meant to type 2021.06, I am running HA Version core-2021.6.3.

Template entity row is v1.2.3 - the latest I think.

Issue is now only present on mobile, in chrome it's gone away.

thomasloven commented 3 years ago

Then it's caching. Make sure to clear the cache on all browsers. If you're using the app there's a button for that in the app settings.

ironicbadger commented 3 years ago

The cacheing was not working in your favor unfortunately, the cache was cleared on my browser and now I see the issue in both mobile and desktop.

As far as I can tell I'm running all the latest versions and there are no errors but the rows don't display correctly.

image

ironicbadger commented 3 years ago

Ok, I noticed that HACS showed me I had 1.2.3 installed for template-entity-row but as above 1.1.1 was actually installed. I asked HACS to reinstall and cleared my caches and voila. It works.