mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 12:11:33 +00:00
⬆️ Updating add-on AppDaemon 4 to 1097dd7
This commit is contained in:
parent
4a30f08030
commit
c99d27f781
5 changed files with 34 additions and 11 deletions
|
@ -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/a5e4510
|
||||
[addon-doc-appdaemon]: https://github.com/hassio-addons/addon-appdaemon/blob/a5e4510/README.md
|
||||
[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
|
||||
[appdaemon-issue]: https://github.com/hassio-addons/addon-appdaemon/issues
|
||||
[appdaemon-version-shield]: https://img.shields.io/badge/version-a5e4510-blue.svg
|
||||
[appdaemon-version-shield]: https://img.shields.io/badge/version-1097dd7-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
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
# Changelog since v0.8.1
|
||||
- 📚 Add My buttons to documentation (#193)
|
||||
|
||||
* 📚 Add My buttons to documentation
|
||||
|
||||
* Prettified Code!
|
||||
|
||||
Co-authored-by: frenck <frenck@users.noreply.github.com>
|
||||
- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) (#192)
|
||||
- ⬆️ Upgrades add-on base image to 11.1.0 (#191)
|
||||
|
|
|
@ -10,8 +10,12 @@ for wall mounted tablets.
|
|||
The installation of this add-on is pretty straightforward and not different in
|
||||
comparison to installing any other Home Assistant add-on.
|
||||
|
||||
1. Search for the "AppDaemon 4" add-on in the Supervisor add-on store and
|
||||
install it.
|
||||
1. Click the Home Assistant My button below to open the add-on on your Home
|
||||
Assistant instance.
|
||||
|
||||
[![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.
|
||||
|
||||
|
@ -19,9 +23,16 @@ comparison to installing any other Home Assistant add-on.
|
|||
Home Assistant. There is no need to create access tokens or to set your
|
||||
Home Assistant URL in the AppDaemon configuration.
|
||||
|
||||
This automatic handling of the URL and token conflicts with the AppDaemon
|
||||
official documentation. The official documentation will state `ha_url` and
|
||||
`token` options are required. For the add-on, however, this isn't needed.
|
||||
This automatic handling of the URL and token conflicts with the
|
||||
[AppDaemon official documentation][appdaemon]. The official documentation
|
||||
will state `ha_url` and `token` options are required. For the add-on, however,
|
||||
this isn't needed.
|
||||
|
||||
Home Assistant, by default, ships with the Community Add-ons store installed.
|
||||
However, if it is missing (for any reason), you can add it by clicking the
|
||||
button My button below.
|
||||
|
||||
[!Add repository to your Home Assitant instance.][repository-badge]][repository]
|
||||
|
||||
## Configuration
|
||||
|
||||
|
@ -208,7 +219,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
[addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg
|
||||
[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_appdaemon
|
||||
[alpine-packages]: https://pkgs.alpinelinux.org/packages
|
||||
[appdaemon]: https://appdaemon.readthedocs.io
|
||||
[contributors]: https://github.com/hassio-addons/addon-appdaemon/graphs/contributors
|
||||
[discord-ha]: https://discord.gg/c5DvZ4e
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
|
@ -218,4 +232,6 @@ SOFTWARE.
|
|||
[python-packages]: https://pypi.org/
|
||||
[reddit]: https://reddit.com/r/homeassistant
|
||||
[releases]: https://github.com/hassio-addons/addon-appdaemon/releases
|
||||
[repository-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg
|
||||
[repository]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository
|
||||
[semver]: http://semver.org/spec/v2.0.0.htm
|
||||
|
|
|
@ -48,6 +48,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-a5e4510-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-appdaemon/tree/a5e4510
|
||||
[release-shield]: https://img.shields.io/badge/version-1097dd7-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-appdaemon/tree/1097dd7
|
||||
[screenshot]: https://github.com/hassio-addons/addon-appdaemon/raw/main/images/screenshot.png
|
|
@ -33,5 +33,5 @@ schema:
|
|||
slug: appdaemon
|
||||
uart: true
|
||||
url: https://github.com/hassio-addons/addon-appdaemon
|
||||
version: a5e4510
|
||||
version: 1097dd7
|
||||
webui: http://[HOST]:[PORT:5050]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue