diff --git a/README.md b/README.md index 3f6b9b8..718d834 100644 --- a/README.md +++ b/README.md @@ -100,7 +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) +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 (default: false) log: debug # Optional: trace, debug, panel, info, warning or error (default: info) ``` diff --git a/config.json b/config.json index d622992..acbb264 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "texecom2mqtt", - "version": "1.1.11", + "version": "1.1.12", "slug": "texecom2mqtt", "description": "Add-on to interface with Texecom Premier Elite alarm panels using MQTT", "url": "https://github.com/dchesterton/texecom2mqtt-hassio",