Skip to content

Commit

Permalink
Bump Version to v2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlt8 authored and github-actions[bot] committed May 2, 2024
1 parent 7c0e387 commit bd05718
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=2.8.1
VERSION=2.8.2
MTX_TAG=1.1.1
IOS_VERSION=17.1.1
APP_VERSION=2.44.5.3
Expand Down
22 changes: 17 additions & 5 deletions home_assistant/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
"slug": "docker_wyze_bridge",
"url": "https://github.com/mrlt8/docker-wyze-bridge",
"image": "mrlt8/wyze-bridge",
"version": "2.8.1",
"arch": ["armv7", "aarch64", "amd64"],
"version": "2.8.2",
"arch": [
"armv7",
"aarch64",
"amd64"
],
"startup": "application",
"boot": "auto",
"apparmor": false,
Expand All @@ -30,8 +34,14 @@
"IMG_DIR": "media/wyze/img/",
"RECORD_PATH": "media/wyze/{CAM_NAME}"
},
"map": ["addon_config:rw", "media:rw", "ssl:ro"],
"services": ["mqtt:want"],
"map": [
"addon_config:rw",
"media:rw",
"ssl:ro"
],
"services": [
"mqtt:want"
],
"ingress": true,
"ingress_port": 5000,
"panel_icon": "mdi:bridge",
Expand Down Expand Up @@ -130,7 +140,9 @@
"MOTION_WEBHOOKS": "str?"
}
],
"MEDIAMTX": ["match(^\\w+=.*)?"],
"MEDIAMTX": [
"match(^\\w+=.*)?"
],
"WB_HLS_URL": "str?",
"WB_RTMP_URL": "str?",
"WB_RTSP_URL": "str?",
Expand Down

0 comments on commit bd05718

Please sign in to comment.