From d8b25dbdcfb5714ebc88bf6838f2a855e3668cf8 Mon Sep 17 00:00:00 2001 From: kpine Date: Mon, 3 May 2021 08:35:02 -0700 Subject: [PATCH] Fix heading level for Scene events section (#17678) --- source/_integrations/zwave_js.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/zwave_js.markdown b/source/_integrations/zwave_js.markdown index f3bf97fc9b1..bfc984ae132 100644 --- a/source/_integrations/zwave_js.markdown +++ b/source/_integrations/zwave_js.markdown @@ -258,7 +258,7 @@ These are notification events fired by devices using the Entry Control command c } ``` -## Scene events (Value Notification) +### Scene events (Value Notification) Value Notifications are used for stateless values, like `Central Scenes` and `Scene Activation`. These events fire with the `zwave_js_value_notification` event type.