Josh Hawkins and GitHub
6f80bcd19f
Miscellaneous fixes (0.18 beta) ( #23755 )
...
CI / AMD64 Build (push) Has been cancelled
CI / ARM Build (push) Has been cancelled
CI / Jetson Jetpack 6 (push) Has been cancelled
CI / AMD64 Extra Build (push) Has been cancelled
CI / ARM Extra Build (push) Has been cancelled
CI / Synaptics Build (push) Has been cancelled
CI / Assemble and push default build (push) Has been cancelled
* resolve saved credential sentinel to the stored api_key in the GenAI probe
* add profile faq
* center the multi-camera export time range on the current playback position
* add faq about preview restart cache
* clarify exports bulk download
2026-07-18 11:19:37 -06:00
Martin Weinelt and GitHub
f3c09ae169
Typo fixes ( #23669 )
...
CI / AMD64 Build (push) Has been cancelled
CI / ARM Build (push) Has been cancelled
CI / Jetson Jetpack 6 (push) Has been cancelled
CI / AMD64 Extra Build (push) Has been cancelled
CI / ARM Extra Build (push) Has been cancelled
CI / Synaptics Build (push) Has been cancelled
CI / Assemble and push default build (push) Has been cancelled
* Fix typos
With help from https://github.com/crate-ci/typos
* Fix repeated article "the"
* Fix repeated "changed"
2026-07-10 08:10:13 -05:00
Josh Hawkins and GitHub
f6596ac7b0
Miscellaneous fixes ( #23661 )
...
* update face recognition docs
* clarify
* improve faq grouping
* add faqitem component
* add enable http link for reolinks
* update plus docs
* update autotracking faq
* fix typos
2026-07-10 07:09:15 -06:00
Josh Hawkins and GitHub
e6cac50250
Miscellaneous fixes ( #23651 )
2026-07-08 08:27:38 -05:00
Josh Hawkins and GitHub
1ec511b66c
Docs tweaks ( #23572 )
...
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
* small tweaks
* add link to docs from detect.fps field message
2026-06-26 15:11:51 -06:00
Josh Hawkins and GitHub
cbf6d032cb
Add optional docs link to config field messages ( #23569 )
...
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
* add optional docs link to config field messages
* docs tweaks
* add field messages for model dimensions
2026-06-25 17:25:59 -06:00
Josh Hawkins and GitHub
ba29e141da
Docs tweaks ( #23487 )
...
* docs tweaks
* tweak
* title tweak
2026-06-15 07:03:37 -06:00
b7cdc1c614
Docs updates ( #23407 )
...
CI / AMD64 Build (push) Has been cancelled
CI / ARM Build (push) Has been cancelled
CI / Jetson Jetpack 6 (push) Has been cancelled
CI / AMD64 Extra Build (push) Has been cancelled
CI / ARM Extra Build (push) Has been cancelled
CI / Assemble and push default build (push) Has been cancelled
CI / Synaptics Build (push) Has been cancelled
* refactor go2rtc docs
* clarify go2rtc language in live
* add export docs
* Move around config items to reflect reference config is now for advanced users
* Remove outdated ipv6 section
* Fix broken links
* live usage docs
* review usage docs
* history usage
* explore usage
* add usage sidebar and move related text to usage sections
* update links
* update live
* move exports to usage
* fix anchors
* Make starts of usage pages consistent
* refactor network config
* Adjustments for review
* Add AI details to history page
* describe alerts vs detections in review usage
* simplify
---------
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com >
2026-06-04 17:07:12 -06:00
Blake Blackshear
0320d94ea6
docs updates
2021-09-12 14:48:21 -05:00
Blake Blackshear
5a209caed3
Merge remote-tracking branch 'origin/master' into release-0.9.0
2021-09-08 09:03:14 -04:00
Dermot Duffy and Blake Blackshear
d35b09b18f
Refresh the HA installation instructions.
2021-09-05 11:14:28 -05:00
Blake Blackshear
45798d6d14
clean house on clips
2021-08-15 08:30:27 -05:00
Blake Blackshear
e18aa56427
Merge remote-tracking branch 'origin/master' into release-0.9.0
2021-08-14 14:19:10 -05:00
Charles Munger and Blake Blackshear
58c0d97b5f
Include timestamps for notification examples
...
In the homeassistant app, the notification timestamp is generated when the push message is received by the app. Delays caused by servers, device load, or network latency/availability will delay those pushes - so in the following case:
1:00 - A dog is detected in the front
1:02 - It stops moving around or leaves view, last notification push sent
1:05 - The phone connects to the network
The user, seeing the alert at 1:05, will see that the notification occurred "a few seconds ago", since the timestamp the app sends to the OS was at 1:05. By adding the `when` parameter, it will instead correctly show that the event was triggered at 1:00.
This is exacerbated by the fact that the default behavior of android pushes won't wake the device from deep sleep - in order to receive it as a high priority notification, the additional parameters
```
data:
priority: high
ttl: 0
```
have to be added.
2021-08-14 07:35:52 -05:00
abef002af8
Add FAQ section ( #1459 )
...
* Add FAQ section
Add FAQ section and verbiage about a finding with camera motion sensors in HomeKit.
* Changes made based on inputs
* Fix markdown
Co-authored-by: Blake Blackshear <blakeb@blakeshome.com >
2021-08-14 07:27:43 -05:00
Jason Hunter and Blake Blackshear
c527b1ca5d
change MQTT to toggle recordings instead of clips
2021-08-07 15:51:16 -05:00
Dermot Duffy and Blake Blackshear
3bc75ae931
Refresh the HA integration documentation.
2021-08-05 06:41:55 -04:00
Blake Blackshear
b1dfee2cf5
update docs
2021-07-06 07:36:37 -05:00
Blake Blackshear
98d8118fb2
add options to define jpeg quality
2021-07-02 07:52:02 -05:00
Blake Blackshear
fd9c8c1f0d
add snapshot time to event data
2021-06-19 08:49:06 -05:00
Blake Blackshear
3b695040d1
send clip_ready mqtt to event topic
2021-06-14 18:20:12 -05:00
Blake Blackshear
0bb998c465
Merge branch 'master' into release-0.9.0
2021-06-05 07:59:07 -05:00
Jason Hunter and Blake Blackshear
f4bc68d396
update HTTP API docs
2021-05-22 07:48:44 -05:00
digiblur and GitHub
e16dbcb671
docs(howto): Combined links, add authors, and cleaned up ( #1124 )
2021-05-20 07:01:25 -07:00
Jason Hunter and Blake Blackshear
e89697fab0
update Home Assistant brand identity references
2021-05-19 06:48:50 -05:00
Blake Blackshear and GitHub
bf1a542afb
Update howtos.md
2021-05-13 07:41:10 -05:00
ebb6d348a3
feat(web): Delete events from Event page and API ( #991 )
...
Co-authored-by: Scott Roach <scott@thinkpivot.io >
Co-authored-by: Paul Armstrong <paul@spaceyak.com >
2021-05-12 08:19:02 -07:00
Blake Blackshear and GitHub
f667bd9066
Update howtos.md
2021-05-12 06:55:33 -05:00
peyanski and Blake Blackshear
ff2eba5b9f
Create howtos.md
...
Community guides and How-To's section.
Feel free to approve, move, edit or reject the changes.
Either way keep up the good work,
Kiril
2021-05-12 06:47:12 -05:00
John and Blake Blackshear
d2bc2c20c1
Update api.md
...
Fixed example URL for the viewing higher resolution mjpeg stream.
2021-03-19 09:30:21 -05:00
Blake Blackshear
4a74f295e7
docs updates
2021-02-20 08:20:17 -06:00
jaburges and Blake Blackshear
54671fc522
Added the base urls for image and video
2021-02-10 20:59:00 -06:00
Blake Blackshear
c065cb48f2
fix notification examples
2021-02-03 06:56:14 -06:00
Blake Blackshear
b55bd1e027
add param to reduce response sizes by excluding thumbnails in api response
2021-01-31 06:18:35 -06:00
Blake Blackshear
ff99a01423
fix table in docs
2021-01-26 21:40:33 -06:00
Blake Blackshear
ea6e311318
readme update
2021-01-26 21:40:33 -06:00
Paul Armstrong and Blake Blackshear
6790467bbc
docs: move docs to docusaurus
2021-01-26 21:40:33 -06:00