From 9f73d25d0ef81805284c28fc809517dd4d490aec Mon Sep 17 00:00:00 2001 From: dchesterton Date: Thu, 30 Dec 2021 20:22:30 +0000 Subject: [PATCH] Bump version to 1.1.11 --- README.md | 1 + config.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8fe483..3f6b9b8 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ areas: - id: ... name: ... +cache: true # Optional: cache panel data instead of loading it each time (recommended if using a larger panel and/or your data will not change) log: debug # Optional: trace, debug, panel, info, warning or error (default: info) ``` diff --git a/config.json b/config.json index d46b328..d622992 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "texecom2mqtt", - "version": "1.1.10", + "version": "1.1.11", "slug": "texecom2mqtt", "description": "Add-on to interface with Texecom Premier Elite alarm panels using MQTT", "url": "https://github.com/dchesterton/texecom2mqtt-hassio",