arallsopp / hass-hue-icons

Additional vector icons for home assistant to model Philips Hue bulbs and fixtures.
Other
295 stars 26 forks source link

Configuration.yaml doesn´t accept additional entry #226

Open RonBln opened 1 year ago

RonBln commented 1 year ago

I´m trying to install the Hue icons using the recommended way through HACS. In the instruction it says:

"Add the following to your configuration.yaml, save and restart HA.

frontend:
  extra_module_url:
    - /hacsfiles/hass-hue-icons/hass-hue-icons.js

However, when trying to save the updated configuration, this is the error message I get from HA:

duplicated` mapping key (49:1)

 46 |       - "activities/distance"
 47 | 
 48 | # Hue Icons
 49 | frontend:
------^
 50 |   extra_module_url:
 51 |     - /hacsfiles/hass-hue-icons ...

It also seems like, that the file destination is not correct. Using HACS, the files are stored in the following directory: "/config/www/community/hass-hue-icons"

smartmatic commented 5 months ago

Is there a reason why the above mentioned frontend section needs to be added to configuration.yaml because i can use the icons without that additional entry?