Front End Stuck - same on all browsers

To explain: On Chrome it looks like I need to clear the cache but doesn’t work - some of the icons are grayed out. Usually a cache clear fixes the issue. However, on Edge, Firefox and the android app it is exactly the same.

This is a weird one. I have rebooted, restarted the RPi, rebooted the internet… Still the same.

Think this started after a recent (today?). HA update.

FYI everything is working though.

Any ideas folks?

Greyed out icons can be the result of entities not available anymore.
That’s probably the reason why you see the same on different systems.

I may have used the wrong description there. My fault.

What I meant was the icons arnt showing as below. One is now unavailable though the BenQ V, 2 mins to fix that. Typical lol.

So the icon for Desk has vanished, and so had the Kitchen Occupancy, Top and Kitchen LEDs.

As I said, same ‘front end displayed’ on all browsers.

Where?

Sorry, I cannot make anything out of your posts… :blush:

Apols, had a drink now, should prob leave this till tomorrow lol.

Which card are you using?

Share the config.

Now I can see your image!

Since some icons are blue and other grey, I still think you have an issue with some devices not being available.

Check your integrations to see if everything is OK there:

Open your Home Assistant instance and show your integrations.

All integrations are working, and all show up just fine on my bubble cards. If I walk into the kitchen, the occupancy and LEDs ‘circles’ change colour. But the icons that were in the centre will not appear, as I said, same on all browsers.

Full card config for right hand side of image:

type: vertical-stack
cards:

  • show_current: true
    show_forecast: true
    type: weather-forecast
    entity: weather.home
    forecast_type: daily
  • type: horizontal-stack
    cards:
    • graph: line
      type: sensor
      entity: sensor.coffee_table_sensor_temperature
      detail: 2
      name: Lounge
      theme: Graphite
    • graph: line
      type: sensor
      entity: sensor.ne_sensor_temperature
      name: NE
      detail: 2
      theme: Graphite
    • graph: line
      type: sensor
      entity: sensor.se_sensor_temperature
      detail: 2
      theme: Graphite
      name: SE
  • type: horizontal-stack
    cards:
    • graph: line
      type: sensor
      entity: sensor.coffee_table_sensor_humidity
      detail: 2
      name: Lounge
      theme: Graphite
    • graph: line
      type: sensor
      entity: sensor.ne_sensor_humidity
      name: NE
      detail: 2
      theme: Graphite
    • graph: line
      type: sensor
      entity: sensor.se_sensor_humidity
      detail: 2
      name: SE
      theme: Graphite
  • type: horizontal-stack
    cards:
    • type: custom:mushroom-entity-card
      entity: binary_sensor.lounge_occupancy_occupancy
      name: Lounge Occupancy
      tap_action:
      action: none
      hold_action:
      action: none
      double_tap_action:
      action: none
    • type: custom:mushroom-entity-card
      entity: binary_sensor.dining_occupancy_occupancy
      name: Dining Occupancy
      tap_action:
      action: none
      hold_action:
      action: none
      double_tap_action:
      action: none
  • type: horizontal-stack
    cards:
    • type: custom:mushroom-entity-card
      entity: binary_sensor.kitchen_occupancy_occupancy
      name: Kitchen Occupancy
    • type: custom:mushroom-entity-card
      entity: binary_sensor.office_occupancy_occupancy
      name: Office Occupancy
      tap_action:
      action: none
      hold_action:
      action: none
      double_tap_action:
      action: none
  • type: horizontal-stack
    cards:
    • type: custom:mushroom-entity-card
      entity: binary_sensor.motion_sensor_stairs_top_motion
      name: Top
    • type: custom:mushroom-entity-card
      entity: binary_sensor.luminance_motion_sensor_motion
      name: Bottom
      tap_action:
      action: none
      hold_action:
      action: none
      double_tap_action:
      action: none
  • type: horizontal-stack
    cards:
    • type: custom:mushroom-entity-card
      entity: switch.local_tuya_kitchen_leds
      name: Kitchen LEDs
    • type: custom:mushroom-entity-card
      entity: switch.local_tuya_toilet_leds
      name: Toilet LEDs

Are using custom icons ?

Please format your code properly: use the </> button in this window.

Have to pick this up tomorrow folks, thanks for everyone’s help. I’m getting moaned at lol.

Hi folks, re message about using custom icons yesterday. Well, it turns out that was the issue - some of the phu: icons seem to have been removed on its last update. Found this link to the issue as well: PHU icons “sometimes” loading - found a replicatable issue

Have updated the icons all now okay. No idea why some of the icons have been removed though?

Thank for your help folks.

1 Like

So the cards were functioning, only the icons not displayed correctly!?

Aye, all was working as such just the icons had vanished and it did initially look like a caching issue. Some of the icons in phu: appear to have been removed after its last update, no idea why.

I noticed your thread (cause you tagged mine. :)) and I think this may be the issue you’re seeing: renames, no removals – Rename SVG files to match previous icon names in HA by mathoudebine · Pull Request #1109 · elax46/custom-brand-icons · GitHub

1 Like