From fe3aa327e8835d68b1b1cd48b05326718704c558 Mon Sep 17 00:00:00 2001 From: Jason Madigan <4467+jasonmadigan@users.noreply.github.com> Date: Fri, 26 Jul 2024 20:15:48 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7799198..ae78605 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,12 @@ The integration updates data every minute by default. It exposes the following e * An alarm control panel entity representing the HKC Alarm system. * Sensor entities for each input on the HKC Alarm system. -The *State* of the alarm control panel is either `armed_home`, `armed_away`, or `disarmed`. The sensor entities will have states `Open` or `Closed` based on the state of the corresponding input on the HKC Alarm system. +The *State* of the alarm control panel is either `armed_home`, `armed_away`, `armed_night` or `disarmed`. The sensor entities will have states `Open` or `Closed` based on the state of the corresponding input on the HKC Alarm system. + +- `armed_away` maps to "Full Set" +- `armed_home` maps to "Partset A" +- `armed_night` maps to "Partset B" +- `disarmed` maps to, as you'd expect, "Disarmed" ## Sample Automation to notify about alarm state changes