mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on AppDaemon 4 0.4.0
This commit is contained in:
parent
b0b8f31e7d
commit
45cfbe02d9
5 changed files with 26 additions and 29 deletions
|
@ -1,11 +1,14 @@
|
|||
[Full Changelog][changelog]
|
||||
## What’s changed
|
||||
|
||||
### 🔨 Changes
|
||||
## 🧰 Maintenance
|
||||
|
||||
- ⬆ Upgrades add-on base image to v8.0.6
|
||||
- Cleanup repository @frenck (#55)
|
||||
- Happy New Year @frenck (#57)
|
||||
- Upgrade Code of Conduct @frenck (#58)
|
||||
- Add new repository workflow @frenck (#59)
|
||||
- Allow dependabot to upgrade Python dependencies @frenck (#60)
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-appdaemon/compare/v0.3.1...v0.3.2
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work:
|
||||
https://github.com/sponsors/frenck or https://patreon.com/frenck
|
||||
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#62)
|
||||
- Upgrade add-on base image to 9.1.0 @frenck (#61)
|
||||
|
|
|
@ -50,7 +50,7 @@ dealing with an unknown issue. Possible values are:
|
|||
- `debug`: Shows detailed debug information.
|
||||
- `info`: Normal (usually) interesting events.
|
||||
- `warning`: Exceptional occurrences that are not errors.
|
||||
- `error`: Runtime errors that do not require immediate action.
|
||||
- `error`: Runtime errors that do not require immediate action.
|
||||
- `fatal`: Something went terribly wrong. Add-on becomes unusable.
|
||||
|
||||
Please note that each level automatically includes log messages from a
|
||||
|
@ -152,16 +152,15 @@ Be sure to check the "Upgrading from 3.x" on the AppDaemon website:
|
|||
## Changelog & Releases
|
||||
|
||||
This repository keeps a change log using [GitHub's releases][releases]
|
||||
functionality. The format of the log is based on
|
||||
[Keep a Changelog][keepchangelog].
|
||||
functionality.
|
||||
|
||||
Releases are based on [Semantic Versioning][semver], and use the format
|
||||
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented
|
||||
of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
|
||||
based on the following:
|
||||
|
||||
- ``MAJOR``: Incompatible or major changes.
|
||||
- ``MINOR``: Backwards-compatible new features and enhancements.
|
||||
- ``PATCH``: Backwards-compatible bugfixes and package updates.
|
||||
- `MAJOR`: Incompatible or major changes.
|
||||
- `MINOR`: Backwards-compatible new features and enhancements.
|
||||
- `PATCH`: Backwards-compatible bugfixes and package updates.
|
||||
|
||||
## Support
|
||||
|
||||
|
@ -189,7 +188,7 @@ check [the contributor's page][contributors].
|
|||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2020 Franck Nijhof
|
||||
Copyright (c) 2021 Franck Nijhof
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -216,7 +215,6 @@ SOFTWARE.
|
|||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-appdaemon-4/163259?u=frenck
|
||||
[frenck]: https://github.com/frenck
|
||||
[issue]: https://github.com/hassio-addons/addon-appdaemon/issues
|
||||
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
|
||||
[python-packages]: https://pypi.org/
|
||||
[reddit]: https://reddit.com/r/homeassistant
|
||||
[releases]: https://github.com/hassio-addons/addon-appdaemon/releases
|
||||
|
|
|
@ -25,10 +25,10 @@ for wall mounted tablets.
|
|||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-appdaemon-4/163259?u=frenck
|
||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||
[github-sponsors]: https://github.com/sponsors/frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
|
||||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||
[patreon]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.3.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-appdaemon/tree/v0.3.2
|
||||
[screenshot]: https://github.com/hassio-addons/addon-appdaemon/raw/master/images/screenshot.png
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-appdaemon/tree/v0.4.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-appdaemon/raw/main/images/screenshot.png
|
|
@ -1,11 +1,10 @@
|
|||
{
|
||||
"name": "AppDaemon 4",
|
||||
"version": "0.3.2",
|
||||
"version": "0.4.0",
|
||||
"slug": "appdaemon",
|
||||
"description": "Python Apps and Dashboard using AppDaemon 4.x for Home Assistant",
|
||||
"url": "https://github.com/hassio-addons/addon-appdaemon",
|
||||
"webui": "http://[HOST]:[PORT:5050]",
|
||||
"startup": "application",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
|
@ -14,9 +13,6 @@
|
|||
"i386"
|
||||
],
|
||||
"init": false,
|
||||
"boot": "auto",
|
||||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
"homeassistant_api": true,
|
||||
"auto_uart": true,
|
||||
"ports": {
|
||||
|
@ -47,5 +43,5 @@
|
|||
"str"
|
||||
]
|
||||
},
|
||||
"image": "hassioaddons/appdaemon-{arch}"
|
||||
"image": "ghcr.io/hassio-addons/appdaemon/{arch}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue