Update websocket.md (#1662)

Remove the extra comma in the provided example. The extra comma would make json parsing to fail.
This commit is contained in:
yetsea 2023-02-02 17:35:11 -08:00 committed by GitHub
parent ca2853f53e
commit c7befc2a34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,7 +205,7 @@ You can also subscribe to one or more triggers with `subscribe_trigger`. These a
"entity_id": "binary_sensor.motion_occupancy", "entity_id": "binary_sensor.motion_occupancy",
"from": "off", "from": "off",
"to":"on" "to":"on"
}, }
} }
``` ```