ISO help with to get Github PR to not fail on 'requirement' tests (JS code is fine)

When I run the tests they all pass and then when the system goes to merge, it fails!?

Error: failed: The repository does not have images in the Readme file (More info: Include default repositories - HACS )

github link to test fail info

my readme has this in it…
![Bypass & Timer Manager Card](screenshot.jpg)

the jpg is in the root folder of the card.

AND the docs say its only a requirement for plugins and themes. … mine is a dashboard card

tia!

Is .jpg an acceptable format for what you’re doing? Normally, I see .png as the preferred format.

No idea, the docs do not say (the docs on PRs need improvement in general) but they do say that it is not required for Dashboard so not sure what do it. I’ll try PNG. The irony is getting a PR to pass all the ‘tiny’ tests is harder than coding the card itself.

Yea, the docs don’t go into too much detail about it. I don’t think it’s a requirement per se, except for logos/icons. But the developer docs show use of .png in their example and I’ve encountered several repo’s where it’s for project convention. Could be a moot issue, though.

Somehow you pushed it as a HACS plugin though. This is from the github link you posted:

Run hacs/action@main
  with:
    category: plugin
    comment: true
    github_token: ***
::INFO:: Category: plugin

Maybe you should have told your AI to create it under the correct category too :upside_down_face:

the HACS docs say the term ‘plugins’ (used only in the backend, but depreciated) is now called ‘dashboard’ … they have not updated all the doc pages.

This is from further up in your other link to hacs. Doesn’t look deprecated & explicitly says that dashboards are plugins.

./plugin for plugins (custom cards, dashboards, etc.

maybe not depreciated technically but looks like they are changing the terminology, or not being consistent, which can make things confusing vs using a single same word; not 2 different words to mean the same thing – depending on the location. no biggie