Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 935 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 935 Bytes

hacs_badge

auto-reload-card

Custom Lovelace card to use in Home assistant allowing lovelace to auto reload every X minutes.

When running on wall tablet, it often happens that lovelace websocket disconnect and the entities are not refreshed automatically anymore.
This card, can be used to workaround this problem.
Hopefully, one day, this card will be deprecated and a real fix will be available.

Installation

Use HACS or follow this guide

resources:
  url: /local/auto-reload-card.js
  type: module

Configuration example:

  • Refresh lovelace every 1 minute:
type: 'custom:auto-reload-card'
delay_in_minute: 1