Skip to content

Commit

Permalink
Correct port to 4212 for VLC discovery service (home-assistant#2232)
Browse files Browse the repository at this point in the history
  • Loading branch information
mib1185 authored Oct 16, 2021
1 parent 605570d commit faf6113
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions vlc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.3

- Correct port on discovery

## 0.1.2

- Revert restart nginx service on error
Expand Down
2 changes: 1 addition & 1 deletion vlc/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "VLC",
"version": "0.1.2",
"version": "0.1.3",
"slug": "vlc",
"description": "Turn your device into a Media Player with VLC",
"arch": ["amd64", "i386", "armv7", "aarch64"],
Expand Down
2 changes: 1 addition & 1 deletion vlc/rootfs/etc/services.d/vlc/discovery
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ declare ha_config
ha_config=$(\
bashio::var.json \
host "$(hostname)" \
port "^3000" \
port "^4212" \
password "$(cat /data/secret)" \
)

Expand Down

0 comments on commit faf6113

Please sign in to comment.