From bf112e02f2fcebd9e74e1ec8dfeb23de3e70d0ab Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 26 Jan 2021 09:42:08 +0000 Subject: [PATCH] :tada: Release of add-on Z-Wave to MQTT 0.9.0 --- README.md | 6 +++--- zwave2mqtt/CHANGELOG.md | 28 +++++++++++++++++++++------- zwave2mqtt/DOCS.md | 16 +++++++--------- zwave2mqtt/README.md | 8 ++++---- zwave2mqtt/config.json | 7 ++----- 5 files changed, 37 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index c52021a1..7885d23d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/zwave2mqtt/CHANGELOG.md b/zwave2mqtt/CHANGELOG.md index 90d71a79..bd6e94ad 100644 --- a/zwave2mqtt/CHANGELOG.md +++ b/zwave2mqtt/CHANGELOG.md @@ -1,11 +1,25 @@ -[Full Changelog][changelog] +## What’s 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 \ No newline at end of file +- 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) diff --git a/zwave2mqtt/DOCS.md b/zwave2mqtt/DOCS.md index 37858f62..4512ae01 100644 --- a/zwave2mqtt/DOCS.md +++ b/zwave2mqtt/DOCS.md @@ -55,7 +55,7 @@ dealing with an unknown issue. Possible values are: - `debug`: Shows detailed debug information. - `info`: Normal (usually) interesting events. - `warning`: Exceptional occurrences that are not errors. -- `error`: Runtime errors that do not require immediate action. +- `error`: Runtime errors that do not require immediate action. - `fatal`: Something went terribly wrong. Add-on becomes unusable. Please note that each level automatically includes log messages from a @@ -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 diff --git a/zwave2mqtt/README.md b/zwave2mqtt/README.md index 3797e2bb..51c4d937 100644 --- a/zwave2mqtt/README.md +++ b/zwave2mqtt/README.md @@ -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 \ No newline at end of file +[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 \ No newline at end of file diff --git a/zwave2mqtt/config.json b/zwave2mqtt/config.json index 8dcd5c5f..3662e058 100644 --- a/zwave2mqtt/config.json +++ b/zwave2mqtt/config.json @@ -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}" } \ No newline at end of file