frenck/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
- Activelast commit Apr 16, 2026
- License
- MIT
Pinned Snippet
uses: frenck/action-addon-information@ce1377e9851cf569c29329e65fb2c57e67ca0f69 # v1.4.2tags 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 |