mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-15 13:26:28 +00:00
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:
parent
ca2853f53e
commit
c7befc2a34
@ -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"
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user