From c7befc2a34787a03b3129adb3b417e234b1ce208 Mon Sep 17 00:00:00 2001 From: yetsea <63669939+yetsea@users.noreply.github.com> Date: Thu, 2 Feb 2023 17:35:11 -0800 Subject: [PATCH] Update websocket.md (#1662) Remove the extra comma in the provided example. The extra comma would make json parsing to fail. --- docs/api/websocket.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/websocket.md b/docs/api/websocket.md index f9810f8e..9d4cd2e0 100644 --- a/docs/api/websocket.md +++ b/docs/api/websocket.md @@ -205,7 +205,7 @@ You can also subscribe to one or more triggers with `subscribe_trigger`. These a "entity_id": "binary_sensor.motion_occupancy", "from": "off", "to":"on" - }, + } } ```