Update deconz.markdown (#6400)

Just changed a grammar error
This commit is contained in:
kernehed 2018-10-01 13:13:45 +02:00 committed by Fabian Affolter
parent 7156626f51
commit 82c1ebfec5

View File

@ -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.