Skip to content

Commit

Permalink
ci: bump version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dchesterton committed Jan 12, 2022
1 parent 51e4e04 commit 9bf9759
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down Expand Up @@ -34,4 +43,3 @@



## [1.1.14](https://github.com/dchesterton/texecom2mqtt/compare/v1.1.13...v1.1.14) (2022-01-02)
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 🍻

Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9bf9759

Please sign in to comment.