From 8d23174919a77d420cd7ccf99a9153c83cc9848f Mon Sep 17 00:00:00 2001 From: Shawna Date: Sat, 15 Oct 2016 02:04:04 -0400 Subject: [PATCH] fixed a grammar error (#1247) --- source/getting-started/z-wave-device-specific.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/z-wave-device-specific.markdown b/source/getting-started/z-wave-device-specific.markdown index 6c1b10ef605..f59cfb74462 100644 --- a/source/getting-started/z-wave-device-specific.markdown +++ b/source/getting-started/z-wave-device-specific.markdown @@ -11,7 +11,7 @@ footer: true ##### {% linkable_title Motion or alarm sensors %} -In order for Home Assistant to recognize well the sensor, you will need to change its configuration from `Basic Set (default)` to `Binary Sensor report` or `Alarm report`. +In order for Home Assistant to recognize the sensor properly, you will need to change its configuration from `Basic Set (default)` to `Binary Sensor report` or `Alarm report`. These devices will either show as a binary sensor or a sensor called `Alarm xxxx` and will report a numeric value. Test to see what value is what. Sometimes this is noted in the device manual. As of version 0.30 you can set the settings of a Z-Wave device through the dev_service page of Home Assistant with the service: `zwave/set_config_parameter`.