⬆️ Updating add-on AppDaemon to 5d60d21

This commit is contained in:
Community Hass.io Add-ons Bot 2022-03-08 19:47:01 +00:00
parent ec9f2a3453
commit 65500c9952
5 changed files with 21 additions and 58 deletions

View file

@ -737,10 +737,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/1097dd7
[addon-doc-appdaemon]: https://github.com/hassio-addons/addon-appdaemon/blob/1097dd7/README.md
[addon-appdaemon]: https://github.com/hassio-addons/addon-appdaemon/tree/5d60d21
[addon-doc-appdaemon]: https://github.com/hassio-addons/addon-appdaemon/blob/5d60d21/README.md
[appdaemon-issue]: https://github.com/hassio-addons/addon-appdaemon/issues
[appdaemon-version-shield]: https://img.shields.io/badge/version-1097dd7-blue.svg
[appdaemon-version-shield]: https://img.shields.io/badge/version-5d60d21-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

View file

@ -1,4 +1,5 @@
# Changelog since v0.8.1
- 🔨 Rename add-on to just 'AppDaemon' (#194)
- 📚 Add My buttons to documentation (#193)
* 📚 Add My buttons to documentation

View file

@ -1,9 +1,9 @@
# Home Assistant Community Add-on: AppDaemon 4
# Home Assistant Community Add-on: AppDaemon
AppDaemon is a loosely coupled, multithreaded, sandboxed python execution
environment for writing automation apps for Home Assistant home automation
software. It also provides a configurable dashboard (HADashboard) suitable
for wall mounted tablets.
[AppDaemon][appdaemon] is a loosely coupled, multithreaded, sandboxed Python
execution environment for writing automation apps for Home Assistant home
automation software. It also provides a configurable dashboard (HADashboard)
suitable for wall mounted tablets.
## Installation
@ -16,8 +16,8 @@ comparison to installing any other Home Assistant add-on.
[![Open this add-on in your Home Assistant instance.][addon-badge]][addon]
1. Click the "Install" button to install the add-on.
1. Start the "AppDaemon 4" add-on
1. Check the logs of the "AppDaemon 4" add-on to see if everything went well.
1. Start the "AppDaemon" add-on
1. Check the logs of the "AppDaemon" add-on to see if everything went well.
:information_source: Please note, the add-on is pre-configured to connect with
Home Assistant. There is no need to create access tokens or to set your
@ -121,45 +121,6 @@ official documentation. The official documentation will state `ha_url` and
However, you are free to set them if you want to override, however, in
general usage, that should not be needed and is not recommended for this add-on.
## Upgrading from AppDaemon 3.x
If you have previously ran AppDaemon 3.x (e.g., via an add-on), these steps
will help you getting upgraded to AppDaemon 4.x.
- After installing this add-on, stop the current running AppDaemon 3.x add-on.
- Open your `/config/appdaemon/appdaemon.yaml` file in an editor.
- Remove the `log`.
- Remove`threads`, `api_port`, `app_dir`, `ha_url` and `token`.
- Add the following to the `appdaemon` section: `latitude`, `longitude`,
`elevation` and `time_zone`.
- Add a `http` section with `url: http://127.0.0.1:5050` in it.
- At the end of the file add `admin:` and `api:`.
- Remove everthing under `hadashboard:`, leaving just that.
The result should look something like this:
```yaml
---
secrets: /config/secrets.yaml
appdaemon:
latitude: 52.379189
longitude: 4.899431
elevation: 2
time_zone: Europe/Amsterdam
plugins:
HASS:
type: hass
http:
url: http://127.0.0.1:5050
hadashboard:
admin:
api:
```
Be sure to check the "Upgrading from 3.x" on the AppDaemon website:
<https://appdaemon.readthedocs.io/en/latest/UPGRADE_FROM_3.x.html>
## Changelog & Releases
This repository keeps a change log using [GitHub's releases][releases]

View file

@ -1,4 +1,4 @@
# Home Assistant Community Add-on: AppDaemon 4
# Home Assistant Community Add-on: AppDaemon
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
@ -12,10 +12,10 @@ Python Apps and HADashboard for Home Assistant
## About
AppDaemon is a loosely coupled, multithreaded, sandboxed python execution
environment for writing automation apps for Home Assistant home automation
software. It also provides a configurable dashboard (HADashboard) suitable
for wall mounted tablets.
[AppDaemon][appdaemon] is a loosely coupled, multithreaded, sandboxed Python
execution environment for writing automation apps for Home Assistant home
automation software. It also provides a configurable dashboard (HADashboard)
suitable for wall mounted tablets.
![HADashboard screenshot][screenshot]
@ -38,6 +38,7 @@ If you are more interested in stable releases of our add-ons:
<https://github.com/hassio-addons/repository>
[appdaemon]: https://appdaemon.readthedocs.io
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
@ -48,6 +49,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-1097dd7-blue.svg
[release]: https://github.com/hassio-addons/addon-appdaemon/tree/1097dd7
[release-shield]: https://img.shields.io/badge/version-5d60d21-blue.svg
[release]: https://github.com/hassio-addons/addon-appdaemon/tree/5d60d21
[screenshot]: https://github.com/hassio-addons/addon-appdaemon/raw/main/images/screenshot.png

View file

@ -13,7 +13,7 @@ map:
- config:rw
- share:rw
- ssl
name: AppDaemon 4
name: AppDaemon
options:
init_commands: []
python_packages: []
@ -33,5 +33,5 @@ schema:
slug: appdaemon
uart: true
url: https://github.com/hassio-addons/addon-appdaemon
version: 1097dd7
version: 5d60d21
webui: http://[HOST]:[PORT:5050]