diff --git a/README.md b/README.md index 616de63e1..536d244f1 100644 --- a/README.md +++ b/README.md @@ -1112,10 +1112,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/c93da0d -[addon-doc-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/blob/c93da0d/README.md +[addon-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/1fa6388 +[addon-doc-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/blob/1fa6388/README.md [zwave2mqtt-issue]: https://github.com/hassio-addons/addon-zwave2mqtt/issues -[zwave2mqtt-version-shield]: https://img.shields.io/badge/version-c93da0d-blue.svg +[zwave2mqtt-version-shield]: https://img.shields.io/badge/version-1fa6388-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 f2ab4752c..be2c35a90 100644 --- a/zwave2mqtt/CHANGELOG.md +++ b/zwave2mqtt/CHANGELOG.md @@ -1,3 +1,23 @@ -# Changelog since v0.8.2 -- ⬆ Upgrades open-zwave database to 893e076a1a45af31bf8c69d321646ec5f770b270 -- ⬆ Upgrades Zwave2Mqtt to v4.0.6 +# Changelog since v0.8.3 +- Upgrade add-on base image to 9.1.0 (#76) +- Add new repository workflow (#75) + +* Add new repository workflow + +* Prettified Code! + +* Migrate Docker build arguments + +* Documentation tweaks + +* Address add-on lint errors + +* Address add-on lint errors + +Co-authored-by: frenck +- Upgrade Code of Conduct (#74) +- Happy New Year (#73) +- Cleanup repository (#71) +- ⬆ Upgrades Zwave2Mqtt to v4.1.0 +- ⬆ Update OpenZWave database to 1c7b62028e9f2cae6f25bdf9b17bf1ef9136578a +- ⬆ Upgrades add-on base image to v8.0.6 diff --git a/zwave2mqtt/DOCS.md b/zwave2mqtt/DOCS.md index 37858f620..4512ae019 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 b6d52456d..6cdfedd87 100644 --- a/zwave2mqtt/README.md +++ b/zwave2mqtt/README.md @@ -53,10 +53,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-c93da0d-blue.svg -[release]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/c93da0d \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-1fa6388-blue.svg +[release]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/1fa6388 \ No newline at end of file diff --git a/zwave2mqtt/config.json b/zwave2mqtt/config.json index 4bf871c42..fdeda875c 100644 --- a/zwave2mqtt/config.json +++ b/zwave2mqtt/config.json @@ -1,6 +1,6 @@ { "name": "Z-Wave to MQTT", - "version": "c93da0d", + "version": "1fa6388", "slug": "zwave2mqtt", "description": "Fully configurable Z-Wave to MQTT gateway and control panel", "url": "https://github.com/hassio-addons/addon-zwave2mqtt", @@ -20,10 +20,8 @@ "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 +40,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