iantrich / config-template-card

πŸ“ Templatable Lovelace Configurations
MIT License
425 stars 55 forks source link

Documentation, clarify resource section #98

Closed jpravetz closed 6 months ago

jpravetz commented 2 years ago

The readme says

resources:
  - url: /local/config-template-card.js
    type: module

If this is meant to be used, it should say what for. If it is meant to be put on the configuration.yaml, it should say so. If it is mean to be put under a lovelace top-level object, it should say so.

chrisdothtml commented 1 year ago

Is this even needed? I'm new to HomeAssistant, and it seems where HACS installs this card should already be picked up by HA (docs)

ildar170975 commented 6 months ago

It is clearly said that 2 methods are available, and a link about "installing a plugin" is provided:

ΠΈΠ·ΠΎΠ±Ρ€Π°ΠΆΠ΅Π½ΠΈΠ΅

Why registering a module to install a plugin - is a question beyond this repo. This should be covered by HA documentation.

it seems where HACS installs this card should already be picked up by HA

HACS does what is supposed to be done by a user - copies files to a directory & registers a new resource. So, when using HACS - there is no need to add a resource manually.