From 9bf975956bb84cd6f23745e9efe19657cd5dff44 Mon Sep 17 00:00:00 2001 From: dchesterton Date: Wed, 12 Jan 2022 15:07:14 +0000 Subject: [PATCH] ci: bump version to 1.2.3 --- CHANGELOG.md | 10 +++++++++- README.md | 12 ++++++++---- config.json | 2 +- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9275fe7..47d0bec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.2.3](https://github.com/dchesterton/texecom2mqtt/compare/v1.2.2...v1.2.3) (2022-01-12) + + +### Bug Fixes + +* fix issue where app doesn't quit if serial number fetch fails ([4623618](https://github.com/dchesterton/texecom2mqtt/commit/46236185a6852f753736efa294410c49866325c2)) + + + ## [1.2.2](https://github.com/dchesterton/texecom2mqtt/compare/v1.2.1...v1.2.2) (2022-01-12) @@ -34,4 +43,3 @@ -## [1.1.14](https://github.com/dchesterton/texecom2mqtt/compare/v1.1.13...v1.1.14) (2022-01-02) diff --git a/README.md b/README.md index 718d834..673acde 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ # texecom2mqtt -An application to interface with a _Texecom Premier Elite_ alarm panel via MQTT. It requires a -[Premier Elite panel](https://www.texe.com/uk/products/series/control-panels/premier-elite-series/) -(not Premier) with v4+ firmware and either a ComIP or SmartCom. The application supports Home Assistant -auto-discovery and is available as a Home Assistant Add-on. +An application to interface with a _Texecom Premier Elite_ alarm panel via MQTT. It provides real-time sensor +updates (whether the panel is armed or not) and full arming/disarming/part arming support. The application +also supports Home Assistant auto-discovery and is available as a Home Assistant Add-on. + +It requires a [Premier Elite panel](https://www.texe.com/uk/products/series/control-panels/premier-elite-series/) +(not Premier) with v4+ firmware and either a ComIP, ComWifi or SmartCom connection. It's not recommended to run this app +on the same physical connection as the official Texecom Connect app. You should use only one of the applications +or use a dedicated physical connection for each. ## Buy Me A ~~Coffee~~ Beer 🍻 diff --git a/config.json b/config.json index 0df6140..171397e 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "texecom2mqtt", - "version": "1.2.2", + "version": "1.2.3", "slug": "texecom2mqtt", "description": "Add-on to interface with Texecom Premier Elite alarm panels using MQTT", "url": "https://github.com/dchesterton/texecom2mqtt-hassio",