diff --git a/README.md b/README.md index 5a5520557..a1560aa59 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/appdaemon/CHANGELOG.md b/appdaemon/CHANGELOG.md index bfa0374f4..dfce32791 100644 --- a/appdaemon/CHANGELOG.md +++ b/appdaemon/CHANGELOG.md @@ -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 diff --git a/appdaemon/DOCS.md b/appdaemon/DOCS.md index 86372b462..2614b19e3 100644 --- a/appdaemon/DOCS.md +++ b/appdaemon/DOCS.md @@ -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: - - - ## Changelog & Releases This repository keeps a change log using [GitHub's releases][releases] diff --git a/appdaemon/README.md b/appdaemon/README.md index 48b70029c..ca82afa92 100644 --- a/appdaemon/README.md +++ b/appdaemon/README.md @@ -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: +[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 \ No newline at end of file diff --git a/appdaemon/config.yaml b/appdaemon/config.yaml index 7a219a61a..1c3fa309b 100644 --- a/appdaemon/config.yaml +++ b/appdaemon/config.yaml @@ -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]