Refresh required for some tabs

For the last while, whenever I go to some pages of my home assistant and hit browser refresh of the page, it comes up blank except for the header across the top. When I select Refresh from the dot menu, it renders the page correctly.

Is there a configuration setting I’m missing that needs to be updated?

this is my ui-lovelace config

# Lovelace configuration

resources:
  - url: /hacsfiles/lovelace-card-tools/card-tools.js
    type: module
  - url: /hacsfiles/lovelace-layout-card/layout-card.js
    type: module
  - url: /hacsfiles/button-card/button-card.js
    type: module
  - url: /hacsfiles/mini-graph-card/mini-graph-card-bundle.js
    type: module
  - url: /local/custom-fan/custom-fan.js
    type: js
  - url: /local/overflow-remove.js
    type: js

title: Home
background: center / cover no-repeat url("/local/background.jpg")
views:
  - !include lovelace/00-home.yaml
  - !include lovelace/30-media.yaml
  - !include lovelace/50-automation.yaml
  - !include lovelace/90-system.yaml

Should be fixed in the next version. See this topic.

1 Like