Charles Munger and Blake Blackshear
c8bc9339ff
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:01 -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
Craig Dennis and Blake Blackshear
adf2bc078c
Include details about stream passthrough
...
Refs #1440
Indicate that width and height are only used for the detect role and so other streams for with other roles are passed through and resolution is not needed.
2021-08-14 07:23:32 -05:00
Dermot Duffy and Blake Blackshear
3bc75ae931
Refresh the HA integration documentation.
2021-08-05 06:41:55 -04:00
zacho112 and Blake Blackshear
03e756dd27
Update detectors.md
2021-06-17 07:28:00 -05:00
zacho112 and Blake Blackshear
5d0984998d
Update detectors.md
...
Include how to use the native Coral on the Coral Dev Board
2021-06-17 07:28:00 -05:00
dependabot[bot] and Blake Blackshear
ec9b525a3c
build(deps): bump browserslist from 4.16.1 to 4.16.6 in /web
...
Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.16.1 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.1...4.16.6 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-06-05 07:30:53 -05:00
dependabot[bot] and Blake Blackshear
b2f469ad76
build(deps): bump ws from 7.4.3 to 7.4.6 in /web
...
Bumps [ws](https://github.com/websockets/ws ) from 7.4.3 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.4.3...7.4.6 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-06-05 07:28:17 -05:00
highaltidude and Blake Blackshear
8ea75e6748
Documentation Update-CPU Fall back corrected.
2021-06-05 07:27:58 -05:00
Jon Gilmore and GitHub
09a4d6d030
docs(typo): fix configuration typo ( #1148 )
2021-05-26 07:39:42 -07: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
Chris Helming and Blake Blackshear
c52782aa3f
Add record to configuration docs
...
Record was missing from the configuration docs. Added it in based on the other options show and the info under 24/7 recordings in the cameras docs.
2021-05-18 20:45:10 -05:00
Chris Helming and GitHub
7060f22024
docs: Update advanced.md to move type: to its own line ( #1101 )
...
Type was stuck on the comment line. Added a line break to move it onto its own line so it's visible.
2021-05-14 09:23:02 -07:00
Blake Blackshear and GitHub
d1931f249c
Update cameras.md
2021-05-14 07:15:01 -05:00
Blake Blackshear and GitHub
bf1a542afb
Update howtos.md
2021-05-13 07:41:10 -05: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
digiblur and Blake Blackshear
3eb0021207
Update detectors.md
...
Add example for dual PCIe
2021-05-12 06:45:34 -05:00
Colin McCambridge and Blake Blackshear
6379f5cd5e
Update nvdec.md
...
`covid` --> `cuvid` in example arguments.
2021-05-12 06:44:44 -05:00
dependabot[bot] and Blake Blackshear
e3a8448a23
build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 in /web
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-12 06:43:53 -05:00
dependabot[bot] and Blake Blackshear
00d6036788
build(deps): bump lodash from 4.17.20 to 4.17.21 in /web
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-12 06:43:42 -05:00
dependabot[bot] and Blake Blackshear
53bb69621c
build(deps-dev): bump postcss from 8.2.2 to 8.2.10 in /web
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.2.2 to 8.2.10.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.2.2...8.2.10 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-12 06:43:24 -05:00
Blake Blackshear
ad85beea91
Update cameras.md
2021-05-11 06:48:28 -05:00
Blake Blackshear
d7a237677a
Update cameras.md
2021-05-11 06:48:28 -05:00
Whytey and Blake Blackshear
16effa3938
Update cameras.md
2021-05-11 06:48:28 -05:00
Whytey and Blake Blackshear
33a04c425b
Add MJPEG example
2021-05-11 06:48:28 -05:00
Manuel and Blake Blackshear
20a52bc4e6
Update installation.md
...
Added missing \ in line 70
2021-05-07 07:22:13 -05:00
Paulus Schoutsen and Blake Blackshear
cf62dccef7
Correct spelling Home Assistant
2021-05-01 06:33:49 -05:00
Ron Schaeffer and Blake Blackshear
42410a260c
Update index.md
...
Corrected
2021-04-07 13:50:07 -05:00
Ron Schaeffer and Blake Blackshear
00c6a8f577
Update index.md
...
Remove outdated (?) info that Addon users define their configs in the GUI. Corrected outdated (?) config,yml to frigate.yml.
2021-04-07 13:50:07 -05:00
Ron Schaeffer and Blake Blackshear
9d2469549f
Update installation.md
...
It is not possible--unless I'm totally overlooking something--to define the add-on's configuration in the GUI. The user must define the configuration in a frigate.yml file,
2021-04-07 13:27:10 -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
Paul Armstrong and Blake Blackshear
10c37a3036
docs: include available objects in documentation
2021-03-09 06:23:37 -06:00
Mitch Ross and Blake Blackshear
00d14fa49f
Update Unraid Install Instructions
2021-03-02 06:42:42 -06:00
Paul Armstrong and Blake Blackshear
5043040530
fix(web): ensure tooltips and menus don't cause scrollbar reflow
v0.8.4
2021-02-25 06:34:36 -06:00
Paul Armstrong and Blake Blackshear
3c60aeeef9
fix(web): set events api limit to 25
2021-02-25 06:34:36 -06:00
Blake Blackshear
0344d61b26
use gevent sleep to prevent mjpeg from blocking
2021-02-25 06:34:36 -06:00
Blake Blackshear
0e8467782b
version tick
2021-02-25 06:34:36 -06:00
Paul Armstrong and Blake Blackshear
423ea26266
Add paularmstrong to funding.yml
2021-02-24 20:58:44 -06:00
Paul Armstrong and Blake Blackshear
2f3339ba85
docs: add contributing docs
2021-02-23 07:37:19 -06:00
Blake Blackshear
9433b50785
add stalebot
2021-02-22 07:20:39 -06:00
Blake Blackshear
1e7b53dc0e
clarify h264 in docs
2021-02-22 07:20:32 -06:00
Blake Blackshear
bc94748f2a
clips not playable
2021-02-22 07:10:56 -06:00
Blake Blackshear and GitHub
2395f93ed1
Update bug_report.md
2021-02-22 06:43:21 -06:00
Blake Blackshear
d771726c2a
version tick
v0.8.3
2021-02-21 09:32:45 -06:00
Blake Blackshear
b2a2fe898c
ensure base url works for websockets
2021-02-21 09:32:45 -06:00
Blake Blackshear
31d408a746
dynamic ws/wss selection
v0.8.2
2021-02-20 08:20:17 -06:00
Blake Blackshear
4a74f295e7
docs updates
2021-02-20 08:20:17 -06:00
Paul Armstrong and Blake Blackshear
b6ba6459fb
feat(web): detect, clips, snapshots toggles
2021-02-20 08:20:17 -06:00