actions-marketplace-validations/Frenck's Home Assistant Add-on Information
🚀 Frenck's GitHub Action for gathering information from an Home Assistant Add-on.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 22, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/frenck_action-addon-information@59d0c43ad00c2fed56da86572609065d7fa8a745 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the add-on configuration (where config.json is) | no | — |
Outputs
| name | description |
|---|---|
| aarch64 | Returns if the add-on supports the aarch64 architecture |
| amd64 | Returns if the add-on supports the amd64 architecture |
| architectures | Returns the list of supported architectures by this add-on |
| armhf | Returns if the add-on supports the armhf architecture |
| build | File location of the build.json configuration file |
| config | File location of the add-on config.json configuration |
| description | Description of the add-on |
| i386 | Returns if the add-on supports the i386 architecture |
| name | Return the name of the add-on |
| slug | Returns if the configured add-on slug |
| target | Returns the add-on target folder name |
| image | Image-template of the add-on |
| version | Returns the version of the add-on |
| armv7 | Returns if the add-on supports the armv7 architecture |