maykar / custom-header

Custom Header adds enhancements and customization options to Home Assistant's Lovelace header.
https://maykar.github.io/custom-header
MIT License
256 stars 107 forks source link

Installation on YAML Frontend #228

Closed rjenx closed 4 years ago

rjenx commented 4 years ago

I downloaded via HACS this module, unfortunately it would not load. The documentation says "Go to your Lovelace dashboard resources found under "Configuration" in your sidebar: Configuration > Lovelace Dashboards > Resources. Click the plus icon on the bottom right and add /local/custom-header.js?v=0.0.1 as your URL and select "Javascript Module" as the resource type. Any time you update you need to change version number at the end of the URL to prevent caching issues"

I inserted the url in my config file as follows: `resources:

Home Assistant 0.111.4

github-actions[bot] commented 4 years ago

Important:

Issues that don't provide the necessary information listed below may not get a reply and will be closed until the info is provided.

Release is the current version of Custom Header. Be sure that you are using the latest version by checking your browser's dev tools console (usually found by pressing F12). If this doesn't display the current version either clear your cache or reinstall.

If you haven't yet done so, please read the "Before Posting an Issue" section of the docs site.

Include as much of the following info as you can to help me replicate and investigate your issue:

When pasting in your config always place 3 backticks ``` above the first line of your config and after the last line. Doing this will format it correctly so that I may find any formatting errors in your config.

maykar commented 4 years ago

What documentation is telling you that? Seems to me you combined the HACS method and Manual method from the installation docs.

HACS gives you the information to add after you install when in YAML mode, when in storage mode it automatically adds it.