From 82c1ebfec57ff6d6df1c2be73f2127087749994e Mon Sep 17 00:00:00 2001 From: kernehed Date: Mon, 1 Oct 2018 13:13:45 +0200 Subject: [PATCH] Update deconz.markdown (#6400) Just changed a grammar error --- source/_components/deconz.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/deconz.markdown b/source/_components/deconz.markdown index 869a441c8a9..a9034fb048b 100644 --- a/source/_components/deconz.markdown +++ b/source/_components/deconz.markdown @@ -107,7 +107,7 @@ Note: deCONZ automatically signals Home Assistant when new sensors are added, bu ## {% linkable_title Remote control devices %} -Remote controls (ZHASwitch category) will be not be exposed as regular entities, but as events named `deconz_event` with a payload of `id` and `event`. Id will be the device name from deCONZ and Event will be the momentary state of the switch. However, a sensor entity will be created that shows the battery level of the switch as reported by deCONZ, named sensor.device_name_battery_level. +Remote controls (ZHASwitch category) will not be exposed as regular entities, but as events named `deconz_event` with a payload of `id` and `event`. Id will be the device name from deCONZ and Event will be the momentary state of the switch. However, a sensor entity will be created that shows the battery level of the switch as reported by deCONZ, named sensor.device_name_battery_level. Typical values for switches, the event codes are 4 numbers where the first and last number are of interest here.