Skip to content

Commit 095e532

Browse files
authored
1 parent 6b63c63 commit 095e532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ HomeAssistant requires the POSTed image field to be called "image" (which is the
273273
}
274274
```
275275

276-
Automations can be created using this webhook by checking for changes for the camera entity state. When the Push camera is not receiving any data, it will be in the state of "Idle". When the state switches to "Recording", it means that the webhook has started receiving data. For the fastest automation responses, perform your actions immediately on that state change.
276+
Automations can be created using this webhook by checking for changes for the camera entity state. When the Push camera is not receiving any data, it will be in the state of `idle`. When the state switches to `recording`, it means that the webhook has started receiving data. For the fastest automation responses, perform your actions immediately on that state change.
277277

278278
Multiple webhooks can be set up, each pointed at a different HomeAssistant Push camera. Additionally, you can create an automation that is triggered on a Webhook call. Then just use the SynoAI webhook notification to call that webhook. Note that it's wasteful to send an image when triggering the non-Push webhooks on HomeAssistant, so ensure that SendImage is set to false.
279279

0 commit comments

Comments
 (0)