diff --git a/README.md b/README.md index 1acb25cb..e10ffff3 100644 --- a/README.md +++ b/README.md @@ -731,10 +731,10 @@ SOFTWARE. [airsonos-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [airsonos-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [airsonos-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-appdaemon]: https://github.com/hassio-addons/addon-appdaemon/tree/v0.3.2 -[addon-doc-appdaemon]: https://github.com/hassio-addons/addon-appdaemon/blob/v0.3.2/README.md +[addon-appdaemon]: https://github.com/hassio-addons/addon-appdaemon/tree/v0.4.0 +[addon-doc-appdaemon]: https://github.com/hassio-addons/addon-appdaemon/blob/v0.4.0/README.md [appdaemon-issue]: https://github.com/hassio-addons/addon-appdaemon/issues -[appdaemon-version-shield]: https://img.shields.io/badge/version-v0.3.2-blue.svg +[appdaemon-version-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg [appdaemon-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [appdaemon-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [appdaemon-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/appdaemon/CHANGELOG.md b/appdaemon/CHANGELOG.md index 0c31cb30..8413574b 100644 --- a/appdaemon/CHANGELOG.md +++ b/appdaemon/CHANGELOG.md @@ -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 \ No newline at end of file +- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#62) +- Upgrade add-on base image to 9.1.0 @frenck (#61) diff --git a/appdaemon/DOCS.md b/appdaemon/DOCS.md index 931b4138..818a14a6 100644 --- a/appdaemon/DOCS.md +++ b/appdaemon/DOCS.md @@ -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 diff --git a/appdaemon/README.md b/appdaemon/README.md index f0b279c0..e96756a8 100644 --- a/appdaemon/README.md +++ b/appdaemon/README.md @@ -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 \ No newline at end of file +[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 \ No newline at end of file diff --git a/appdaemon/config.json b/appdaemon/config.json index eb3d86c0..446b2338 100644 --- a/appdaemon/config.json +++ b/appdaemon/config.json @@ -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}" } \ No newline at end of file