generated from issacg/hassio-addon-devcontainer
-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
51b3864
commit 1dc0141
Showing
2 changed files
with
4 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,10 @@ | ||
## 1.2.0 | ||
## [1.2.1](https://github.com/dchesterton/texecom2mqtt/compare/v1.2.0...v1.2.1) (2022-01-12) | ||
|
||
- Fix issue where keepalive fails causing the app to hang | ||
- Add groupType to texecom2mqtt/log messages | ||
|
||
## 1.1.15 | ||
### Bug Fixes | ||
|
||
- Add debug logging around fetching system power | ||
* fix bug where groupType would not be included in texecom2mqtt/log MQTT message if 0 ([f3b050b](https://github.com/dchesterton/texecom2mqtt/commit/f3b050b05522711e8a023c540c4147b710b4d682)) | ||
|
||
## 1.1.14 | ||
|
||
- Fix issue with loading area state on Premier Elite 640 panels | ||
|
||
## 1.1.13 | ||
|
||
- Potential fix for bug which causes a crash when loading area states on Premier Elite 640 | ||
|
||
## 1.1.12 | ||
|
||
- Fix issue where Docker container would not close gracefully | ||
|
||
## 1.1.11 | ||
|
||
- Add support for caching panel data to improve start times | ||
|
||
## 1.1.10 | ||
|
||
- Add support for Home Assistant `arming` status | ||
- Add support for Home Assistant `armed_vacation` mode | ||
|
||
## 1.1.9 | ||
|
||
* Add `reject_unauthorized` MQTT config option | ||
* Fixed bug where app would try and connect to panel and MQTT after panel login failure | ||
* Add additional logging around MQTT errors | ||
* Improve connection and disconnection logic | ||
* Bump dependencies | ||
|
||
## 1.1.8 | ||
|
||
* Fix issue where app would crash on incorrect config instead of providing useful feedback | ||
* Upgrade dependencies | ||
* Use Node v16 (from v12) | ||
* Reduce container size | ||
* Change MQTT defaults around `client_id` and `keepalive` to be more sensible and fix potential MQTT issues | ||
* Send `status` update more regularly | ||
|
||
... | ||
|
||
## 1.0.42 | ||
|
||
* Fix issue where topics get deleted | ||
* Add additional debugging information on panel message error | ||
* Add additional information to config MQTT topic | ||
* Automatically delete existing topics using old topic structure | ||
|
||
## 1.0.41 | ||
|
||
### Breaking Changes | ||
|
||
- Remove serial number from MQTT topic structure (see https://community.home-assistant.io/t/texecom2mqtt-texecom-alarm-panel-and-mqtt-integration-with-ha-support/219354/367?u=dchesterton for details). The following topics need to be manually deleted (where 12345 is your serial number): | ||
- texecom2mqtt/12345/* | ||
- homeassistant/binary_sensor/texecom2mqtt-12345/* | ||
- homeassistant/alarm_control_panel/texecom2mqtt-12345/* | ||
|
||
### Other Changes | ||
|
||
- Bump dependencies | ||
- Fix issue where app crashes but doesn't restart properly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters