From 6b3f7d6e41a51fb691a8c86e43f3348eda28fab8 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Mon, 3 Oct 2022 22:49:06 +0200 Subject: [PATCH 1/2] New update + alarm note --- readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3609269..5d384de 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,7 @@ **Date created:** 2020-04-29 -**Last update:** 2022-10-02 +**Last update:** 2022-10-03 **Join the Discussion on Development:** [https://discord.gg/VnKkSHfNHc](https://discord.gg/VnKkSHfNHc) @@ -23,6 +23,12 @@ Integrates with Swedish Sector Alarm home alarm system (most likely works in all countries serviced by Sector Alarm). Currently implements Alarm panel, Locks, Temperature and Smartplugs +**NOTE** + +On alarm installation which are not wired make sure you take the binary sensor "Online" into account to ensure the alarm state is a trusted state + +The entity for alarm panel will only update it's state on alarms which are online + ## Configuration Options Set once: From c2daa823d445b4dad8a3e45c14ce18c153a91d43 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Mon, 3 Oct 2022 22:49:33 +0200 Subject: [PATCH 2/2] Bump version --- custom_components/sector/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/sector/manifest.json b/custom_components/sector/manifest.json index 11f2a0d..4f2b106 100644 --- a/custom_components/sector/manifest.json +++ b/custom_components/sector/manifest.json @@ -4,7 +4,7 @@ "documentation": "https://github.com/gjohansson-ST/sector/blob/master/readme.md", "issue_tracker": "https://github.com/gjohansson-ST/sector/issues", "codeowners": ["@gjohansson-ST"], - "version": "v0.3.5", + "version": "v0.3.6", "config_flow": true, "iot_class": "cloud_polling" }