🎉 Release of add-on Z-Wave to MQTT 0.9.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-01-26 09:42:08 +00:00
parent 2dba06a757
commit bf112e02f2
5 changed files with 37 additions and 28 deletions

View file

@ -1057,10 +1057,10 @@ SOFTWARE.
[wireguard-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[wireguard-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[wireguard-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/v0.8.3
[addon-doc-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/blob/v0.8.3/README.md
[addon-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/v0.9.0
[addon-doc-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/blob/v0.9.0/README.md
[zwave2mqtt-issue]: https://github.com/hassio-addons/addon-zwave2mqtt/issues
[zwave2mqtt-version-shield]: https://img.shields.io/badge/version-v0.8.3-blue.svg
[zwave2mqtt-version-shield]: https://img.shields.io/badge/version-v0.9.0-blue.svg
[zwave2mqtt-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[zwave2mqtt-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[zwave2mqtt-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,11 +1,25 @@
[Full Changelog][changelog]
## Whats changed
### 🔨 Changes
## 🐛 Bug fixes
- ⬆ Upgrades Zwave2Mqtt to v4.0.6
- ⬆ Upgrades open-zwave database to 893e076a1a45af31bf8c69d321646ec5f770b270
- Refactor NGINX configuration and HA authentication @frenck (#77)
[changelog]: https://github.com/hassio-addons/addon-zwave2mqtt/compare/v0.8.2...v0.8.3
## 🚀 Enhancements
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
- Refactor NGINX configuration and HA authentication @frenck (#77)
## 🧰 Maintenance
- Cleanup repository @frenck (#71)
- Happy New Year @frenck (#73)
- Upgrade Code of Conduct @frenck (#74)
- Add new repository workflow @frenck (#75)
## ⬆️ Dependency updates
- Upgrade add-on base image to 9.1.0 @frenck (#76)
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#78)
- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#79)
- ⬆ Upgrades Zwave2Mqtt to v4.1.1 @frenck (#81)
- ⬆ Update OpenZWave database to ee90c896c137b3a473232565c45a5… @frenck (#82)
- Upgrade add-on base image to 9.1.1 @frenck (#83)

View file

@ -118,16 +118,15 @@ panel_iframe:
## Changelog & Releases
This repository keeps a change log using [GitHub's releases][releases]
functionality. The format of the log is based on
[Keep a Changelog][keepchangelog].
functionality.
Releases are based on [Semantic Versioning][semver], and use the format
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented
of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
based on the following:
- ``MAJOR``: Incompatible or major changes.
- ``MINOR``: Backwards-compatible new features and enhancements.
- ``PATCH``: Backwards-compatible bugfixes and package updates.
- `MAJOR`: Incompatible or major changes.
- `MINOR`: Backwards-compatible new features and enhancements.
- `PATCH`: Backwards-compatible bugfixes and package updates.
## Support
@ -155,7 +154,7 @@ check [the contributor's page][contributors].
MIT License
Copyright (c) 2019-2020 Franck Nijhof
Copyright (c) 2019-2021 Franck Nijhof
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -183,7 +182,6 @@ SOFTWARE.
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-z-wave-to-mqtt/115899?u=frenck
[frenck]: https://github.com/frenck
[issue]: https://github.com/hassio-addons/addon-zwave2mqtt/issues
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
[reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-zwave2mqtt/releases
[semver]: http://semver.org/spec/v2.0.0.htm

View file

@ -50,10 +50,10 @@ If you are more interested in stable releases of our add-ons:
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-z-wave-to-mqtt/115899?u=frenck
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
[github-sponsors]: https://github.com/sponsors/frenck
[logo]: https://github.com/hassio-addons/addon-zwave2mqtt/raw/master/zwave2mqtt/logo.png
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
[logo]: https://github.com/hassio-addons/addon-zwave2mqtt/raw/main/zwave2mqtt/logo.png
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
[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.8.3-blue.svg
[release]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/v0.8.3
[release-shield]: https://img.shields.io/badge/version-v0.9.0-blue.svg
[release]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/v0.9.0

View file

@ -1,6 +1,6 @@
{
"name": "Z-Wave to MQTT",
"version": "0.8.3",
"version": "0.9.0",
"slug": "zwave2mqtt",
"description": "Fully configurable Z-Wave to MQTT gateway and control panel",
"url": "https://github.com/hassio-addons/addon-zwave2mqtt",
@ -20,10 +20,7 @@
"ports_description": {
"8091/tcp": "Z-Wave to MQTT Control Panel"
},
"boot": "auto",
"auth_api": true,
"hassio_api": true,
"hassio_role": "default",
"auto_uart": true,
"map": [
"config:rw",
@ -42,5 +39,5 @@
"keyfile": "str",
"leave_front_door_open": "bool?"
},
"image": "hassioaddons/zwave2mqtt-{arch}"
"image": "ghcr.io/hassio-addons/zwave2mqtt/{arch}"
}