From 3b69c0d54486bab7d9c5b64d107f20fe56faf522 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Thu, 1 Apr 2021 09:38:43 +0200 Subject: [PATCH] 1.18.2-1 (#78) * Updated add-on to 1.17.1 * Fixed auto_uart problem * Fixed auto_uart in edge as wellg * Image size improvements * Deprecated devices.js method from docs * Updated issue template and pull request template * Fixes https://github.com/danielwelch/hassio-zigbee2mqtt/issues/517 and https://github.com/danielwelch/hassio-zigbee2mqtt/issues/493 * Updated contribution manual * Fixes #24 * Updated changelog and version * Added back transmit_power * Fixed socat path to be more accurate * 1.18.0-1 * OTA options * 1.18.1-1 * Update DOCS.md * Allow ezsp adapter type (#50) Added forgotten adapter for recent release :) * 1.18.2-1 Co-authored-by: Marius Ciotlos Co-authored-by: CODeRUS --- zigbee2mqtt/CHANGELOG.md | 3 +++ zigbee2mqtt/config.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/zigbee2mqtt/CHANGELOG.md b/zigbee2mqtt/CHANGELOG.md index 28fc79d6d..286f54622 100644 --- a/zigbee2mqtt/CHANGELOG.md +++ b/zigbee2mqtt/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.18.2-1 +- Updated Zigbee2MQTT to version [`1.18.2`](https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.18.2) + ## 1.18.1-2 - Added missing ezsp agapter type for serial diff --git a/zigbee2mqtt/config.json b/zigbee2mqtt/config.json index 01da54c10..5bd87eb78 100644 --- a/zigbee2mqtt/config.json +++ b/zigbee2mqtt/config.json @@ -1,6 +1,6 @@ { "name": "Zigbee2mqtt", - "version": "1.18.1-2", + "version": "1.18.2-1", "slug": "zigbee2mqtt", "description": "Zigbee2mqtt add-on", "uart": true,