⬆️ Updating add-on AppDaemon to fa39cfe

This commit is contained in:
Community Hass.io Add-ons Bot 2018-08-16 19:48:28 +00:00
parent 428d6cf56c
commit aff12f8603
4 changed files with 29 additions and 10 deletions

View file

@ -1,5 +1,20 @@
# Changelog since v1.3.0
2018/08/16 10:03 UTC - [a2e6e01](https://github.com/hassio-addons/addon-appdaemon3/commit/a2e6e0122e3ed82636e8c98aeaccc3921af608f4) by [@frenck](https://github.com/frenck)
2018/08/16 19:26 UTC - [fa39cfe](https://github.com/hassio-addons/addon-appdaemon3/commit/fa39cfebcd97d74f9b37bba1f9523f63dea8cb55) by [@frenck](https://github.com/frenck)
> :shirt: Fixes YAMLlint error
2018/08/16 19:26 UTC - [7534dd0](https://github.com/hassio-addons/addon-appdaemon3/commit/7534dd054a0c4f6b21910710de237b0de932dddd) by [@frenck](https://github.com/frenck)
> :books: :shirt: Updates README and links
2018/08/16 19:26 UTC - [92dcc54](https://github.com/hassio-addons/addon-appdaemon3/commit/92dcc54ae87f40b443c977bb338944a899b8d2b0) by [@frenck](https://github.com/frenck)
> :books: :shirt: Updates README and links
2018/08/16 19:26 UTC - [0753588](https://github.com/hassio-addons/addon-appdaemon3/commit/0753588f79568b3c22f32cb7c190f0978b42fa78) by [@frenck](https://github.com/frenck)
> :whale: Sets default shell
2018/08/16 19:26 UTC - [c2c6ae9](https://github.com/hassio-addons/addon-appdaemon3/commit/c2c6ae9999629ee9819b2bcd730c1e35b4c7fb06) by [@frenck](https://github.com/frenck)
> :hammer: Replaces Python yq with yq from base image
2018/08/16 19:26 UTC - [a2e6e01](https://github.com/hassio-addons/addon-appdaemon3/commit/a2e6e0122e3ed82636e8c98aeaccc3921af608f4) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades Base image to 2.1.1

View file

@ -6,6 +6,8 @@
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
[![Support my work on Patreon][patreon-shield]][patreon]
Python Apps and HADashboard for Home Assistant
## About
@ -40,13 +42,15 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e
[docs]: https://github.com/hassio-addons/addon-appdaemon3/blob/a2e6e01/README.md
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-appdaemon3/blob/fa39cfe/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-appdaemon3/41261?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[patreon-shield]: https://www.frenck.nl/images/patreon.png
[patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-a2e6e01-blue.svg
[release]: https://github.com/hassio-addons/addon-appdaemon3/tree/a2e6e01
[release-shield]: https://img.shields.io/badge/version-fa39cfe-blue.svg
[release]: https://github.com/hassio-addons/addon-appdaemon3/tree/fa39cfe
[screenshot]: https://github.com/hassio-addons/addon-appdaemon3/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "AppDaemon",
"version": "a2e6e01",
"version": "fa39cfe",
"slug": "appdaemon3",
"description": "Python Apps and HADashboard using AppDaemon 3.x for Home Assistant",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-appdaemon3/41261?u=frenck",