Installation
The recommended way is to install this plugin using HACS.
HACS Installation
- Search for WallPanelin the Home Assistant Community Store
- Click on the repository
- Click the Downloadbutton
- You can now select a special version if required
- Click on Download
Manual upgrade of a version installed via HACS
- Download wallpanel.jsfrom the WallPanel releases page or the latest version from here.
- Place it into config/www/community/lovelace-wallpanel/wallpanel.js
- Make sure you delete the wallpanel.js.gzfile if it is in the same directory.
- Open Settings => Lovelace Dashboards => Resources and add search for wallpanel.js.
- Edit the resource
- Change the hacstag part of the URL (just change the number to a value that has never been used before).
Manual installation and upgrade
- Download wallpanel.jsfrom the WallPanel releases page and place it into the folder config/www.
- Be sure to delete the wallpanel.js.gz file if it is in the same directory.
- Open Settings => Lovelace Dashboards => Resources and add /local/wallpanel.js (Resource type: JavaScript module).
After a manual upgrade to a newer version, you should change the URL of the resource so that browsers are forced to reload the resource. You can add a query string such as ?v2 to the URL or change it: /local/wallpanel.js?v2.