🎉 Release of add-on AppDaemon 4 0.4.3

This commit is contained in:
Community Hass.io Add-ons Bot 2021-02-08 15:28:27 +00:00
parent 6c4470996f
commit ac89ae386c
4 changed files with 10 additions and 12 deletions

View file

@ -1,11 +1,9 @@
## Whats changed
## 🚀 Enhancements
## 🧰 Maintenance
- Raise fatal error message on missing AppDaemon configuration file @frenck (#74)
- Update add-on configuration for Supervisor 2021.2 @frenck (#78)
## ⬆️ Dependency updates
- Upgrade add-on base image to 9.1.2 @frenck (#72)
- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#73)
- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#76)
- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#77)

View file

@ -45,6 +45,6 @@ If you are more interested in stable releases of our add-ons:
[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.4.2-blue.svg
[release]: https://github.com/hassio-addons/addon-appdaemon/tree/v0.4.2
[release-shield]: https://img.shields.io/badge/version-v0.4.3-blue.svg
[release]: https://github.com/hassio-addons/addon-appdaemon/tree/v0.4.3
[screenshot]: https://github.com/hassio-addons/addon-appdaemon/raw/main/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "AppDaemon 4",
"version": "0.4.2",
"version": "0.4.3",
"slug": "appdaemon",
"description": "Python Apps and Dashboard using AppDaemon 4.x for Home Assistant",
"url": "https://github.com/hassio-addons/addon-appdaemon",
@ -14,7 +14,7 @@
],
"init": false,
"homeassistant_api": true,
"auto_uart": true,
"uart": true,
"ports": {
"5050/tcp": 5050
},