maxwroc / battery-state-card

Battery state card for Home Assistant
MIT License
848 stars 38 forks source link

Links in battery-state-card documentation just go to local HACS menu #705

Closed pfurrie closed 6 months ago

pfurrie commented 6 months ago

Describe the bug Links in battery-state-card documentation just go to local HACS menu

How to reproduce

  1. Open HACS
  2. Open Frontend
  3. Search for and open Battery State Card / Entity Row
  4. Scroll down to Card config section
  5. Click on any link. For example: image
  6. Watch as you are whisked to the HACS main menu: image

Expected behavior The user would be shown a page with information regarding the link that was clicked. As in the above example, something about entities.

YAML configuration


# please paste here your card config (before backticks below; do not remove them)

Entity debug data

This isn't within the card itself.

Dev console errors

Not an error in the card.

Screenshots This shows one of the addresses pointed to by a link. Each link does have a different address that looks like it should work, but doesn't do what you think it might do. image

Version 3.2.1

image

maxwroc commented 6 months ago

This issue should be reported on the HACS side. The links in the doc are relative, not absolute: image

image

I bet the same problem applies to other plugins/components.