-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use ip-address instead of mDNS name as it is not working in docker co…
…ntainer(and there would be too many problems with mDNS conflicts with the host if I used avahi in the container)
- Loading branch information
1 parent
2738c9d
commit b4e0602
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ var first_run = false | |
var roon = new RoonApi({ | ||
extension_id: 'dk.hagenjohansen.roontradfri', | ||
display_name: "Roon Tradfri", | ||
display_version: "0.0.6", | ||
display_version: "0.0.7", | ||
publisher: 'Hasse Hagen Johansen', | ||
email: '[email protected]', | ||
website: 'https://github.com/HasseJohansen/roon-extension-ikea-tradfri', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters