Releases: mrlt8/docker-wyze-bridge
Releases · mrlt8/docker-wyze-bridge
v0.6.0
Changes in v0.6.0
- 💥 BREAKING: Renamed
FILTER_MODE
to FILTER_BLOCK
and will be disabled if blank or set to false.
- 💥 BREAKING: Renamed
FILTER_MODEL
to FILTER_MODELS
- 🔨 Reworked auth, caching, and other other code refactoring
- ✨ NEW: Refresh token when token expires - no need to 2FA when your session expires!
- ✨ NEW: Use seed to generate TOTP
- ✨ NEW:
DEBUG_FRAMES
ENV parameter to show all dropped frames
- ⏪ CHANGE: Only show first lost/incomplete frame warning
- 🐧 CHANGE: Switch all base images to debian buster for consistency
v0.5.18
Changes in v0.5.18
- New:
API_THUMB
ENV parameter to save a thumbnail from the Wyze API
- New: Show warnings on frame drops
- 🏠 Home Assistant: Improved config option compatibility
v0.5.17
Changes in v0.5.17
- ARM Only: Switch to debian buster base image to avoid libseccomp2 realted issues
- Fix: Additional checks for stale data
- 🏠 Home Assistant: Force refresh of cameras from wyze api to pull new thumbnails
- 🏠 Home Assistant: Add hass.io labels to docker image
- 🏠 Home Assistant: Add schema for some config options
v0.5.16
Changes in v0.5.16
- 🏠 Home Assistant: Cache data to
/config/wyze-bridge/
- 🏠 Home Assistant: 2fA verification input file changed to
/config/wyze-bridge/mfa_token.txt
v0.5.15
Changes in v0.5.15
- Initial basic support as 🏠 Home Assistant Add-on
v0.5.14
Changes in v0.5.14
- Fix #93: 2fa 400 due to
\n
character at the end of sting
v0.5.13
- Remove
"
s from email and password.
v0.5.12
Changes in v0.5.12
- Clear local cache when switching accounts.
v0.5.11
Changes in v0.5.11
- Fix bug in 2FA when submitting verification resulted in "400" Error
v0.5.10
Changes in v0.5.10
- Check for dtls status instead of firmware version for compatibility
- Update version numbers for api requests
- Reduce sleep time for 2fa
- Increase default
RTSP_READTIMEOUT
and RTSP_READBUFFERCOUNT
- Reduce another docker layer