Skip to content

Commit e54af17

Browse files
authored
Merge pull request #6 from bms231/UpdatingVersion
Changing version and fixing one typo
2 parents b57f6ae + 9a6f2e0 commit e54af17

5 files changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ You can then use the web interface at `http://localhost:5050` where `localhost`
5555

5656
See [basic usage](#basic-usage) for additional information or visit the [wiki page](https://github.com/bms231/docker-wyze-bridge/wiki/Home-Assistant) for additional information on using the bridge as a Home Assistant Add-on.
5757

58+
## What's Changed in v3.12.5
59+
60+
Adding support to manually IP your cameras
61+
5862
## What's Changed in v3.12.4
5963

6064
Added support for Cam Pan v4

app/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=3.12.4
1+
VERSION=3.12.5
22
MTX_TAG=1.14.0
33
IOS_VERSION=17.7.2
44
APP_VERSION=3.7.6.2

home_assistant/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# What's Changed
22

3+
## What's Changed in v3.12.5
4+
5+
Adding support to manually IP your cameras
6+
37
## What's Changed in v3.12.4
48

59
Added support for Cam Pan v4

home_assistant/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: WebRTC/RTSP/RTMP/LL-HLS bridge for Wyze cams in a docker container.
33
slug: docker_wyze_bridge
44
url: https://github.com/bms231/docker-wyze-bridge
55
image: bms231/wyze-bridge
6-
version: 3.12.4
6+
version: 3.12.5
77
stage: stable
88
arch:
99
- armv7

home_assistant/translations/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ configuration:
1313
description: Optional, but must be used in combination with the Key ID.
1414
WB_IP_OVERRIDES:
1515
name: Manual Camera IP Overrides
16-
description: Some cams dont return local ips via Wyze IP and thus won't detect. Put them here in nickname:ip format using - for spaces for manual addition to the bridge. example Garage-Cam:192.168.0.5
16+
description: Some cams dont return local ips via Wyze IP and thus won't detect. Put them here in nickname:ip format for manual addition to the bridge. example Garage Cam:192.168.0.5. Name has to match exactly.
1717
WB_IP:
1818
name: Bridge IP
1919
description: Home Assistant IP for WebRTC ICE traffic.

0 commit comments

Comments
 (0)