Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Recommend switching to idisposable fork as it is being updated: https://github.com/idisposable/docker-wyze-bridge .


[![Docker](https://github.com/mrlt8/docker-wyze-bridge/actions/workflows/docker-image.yml/badge.svg)](https://github.com/mrlt8/docker-wyze-bridge/actions/workflows/docker-image.yml)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/mrlt8/docker-wyze-bridge?logo=github)](https://github.com/mrlt8/docker-wyze-bridge/releases/latest)
[![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/mrlt8/wyze-bridge?sort=semver&logo=docker&logoColor=white)](https://hub.docker.com/r/mrlt8/wyze-bridge)
Expand Down
1 change: 1 addition & 0 deletions home_assistant/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ startup: application
boot: auto
apparmor: false
hassio_api: true
host_network: true
ports:
1935/tcp: 1935
8554/tcp: 8554
Expand Down
1 change: 1 addition & 0 deletions home_assistant/dev/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ startup: application
boot: auto
apparmor: false
hassio_api: true
host_network: true
ports:
1935/tcp: 1935
8554/tcp: 8554
Expand Down
1 change: 1 addition & 0 deletions home_assistant/edge/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ startup: application
boot: auto
apparmor: false
hassio_api: true
host_network: true
ports:
1935/tcp: 1935
8554/tcp: 8554
Expand Down
1 change: 1 addition & 0 deletions home_assistant/hw/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ startup: application
boot: auto
apparmor: false
hassio_api: true
host_network: true
ports:
1935/tcp: 1935
8554/tcp: 8554
Expand Down
1 change: 1 addition & 0 deletions home_assistant/previous/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ startup: application
boot: auto
apparmor: false
hassio_api: true
host_network: true
ports:
1935/tcp: 1935
8554/tcp: 8554
Expand Down
Loading