mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Z-Wave to MQTT to e2b8ab7
This commit is contained in:
parent
7f2a0ae331
commit
abe89af7ce
4 changed files with 8 additions and 51 deletions
|
@ -1135,10 +1135,10 @@ SOFTWARE.
|
|||
[zwavejs2mqtt-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[zwavejs2mqtt-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[zwavejs2mqtt-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/6044a6f
|
||||
[addon-doc-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/blob/6044a6f/README.md
|
||||
[addon-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/e2b8ab7
|
||||
[addon-doc-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/blob/e2b8ab7/README.md
|
||||
[zwave2mqtt-issue]: https://github.com/hassio-addons/addon-zwave2mqtt/issues
|
||||
[zwave2mqtt-version-shield]: https://img.shields.io/badge/version-6044a6f-blue.svg
|
||||
[zwave2mqtt-version-shield]: https://img.shields.io/badge/version-e2b8ab7-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
|
||||
|
|
|
@ -1,45 +1,2 @@
|
|||
# Changelog since v0.8.3
|
||||
- Upgrade add-on base image to 9.1.1 (#83)
|
||||
- ⬆ Update OpenZWave database to ee90c896c137b3a473232565c45a5… (#82)
|
||||
- ⬆ Upgrades Zwave2Mqtt to v4.1.1 (#81)
|
||||
- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 (#79)
|
||||
|
||||
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from v1.3.1 to v1.4.
|
||||
- [Release notes](https://github.com/frenck/action-addon-linter/releases)
|
||||
- [Commits](https://github.com/frenck/action-addon-linter/compare/v1.3.1...c82c5e9ca0ce5fc9b15756f1c0e39531b95d11b0)
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 (#78)
|
||||
|
||||
Bumps [actions/stale](https://github.com/actions/stale) from v3.0.14 to v3.0.15.
|
||||
- [Release notes](https://github.com/actions/stale/releases)
|
||||
- [Commits](https://github.com/actions/stale/compare/v3.0.14...86561461b92875de77a8b2d2e75f004c826e8f45)
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- Refactor NGINX configuration and HA authentication (#77)
|
||||
- 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 <frenck@users.noreply.github.com>
|
||||
- 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
|
||||
# Changelog since v0.9.0
|
||||
- Upgrade add-on base image to 9.1.2 (#87)
|
||||
|
|
|
@ -58,5 +58,5 @@ 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-6044a6f-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/6044a6f
|
||||
[release-shield]: https://img.shields.io/badge/version-e2b8ab7-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/e2b8ab7
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Z-Wave to MQTT",
|
||||
"version": "6044a6f",
|
||||
"version": "e2b8ab7",
|
||||
"slug": "zwave2mqtt",
|
||||
"description": "Fully configurable Z-Wave to MQTT gateway and control panel",
|
||||
"url": "https://github.com/hassio-addons/addon-zwave2mqtt",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue