diff --git a/ioBroker/CHANGELOG.md b/ioBroker/CHANGELOG.md index 2a091f1..64cfa6a 100644 --- a/ioBroker/CHANGELOG.md +++ b/ioBroker/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [0.7.0] - 2021-02-13 +- Added some more ports to be possibly exposed + ## [0.6.0] - 2021-02-12 - Use Pre-build containers (no more unused docker images, yay). **🚨 !!Important Update Notice!! 🚨** diff --git a/ioBroker/README.md b/ioBroker/README.md index f54bc5d..7362f03 100644 --- a/ioBroker/README.md +++ b/ioBroker/README.md @@ -13,6 +13,10 @@ Copy your *Configuration* to your clipboard and Uninstall/Install manually. This is a pretty basic implementation of ioBroker as Home Assistant Add-on. It is meant to provide some playground. +Mostly created as playfield for: https://blog.fuzzymistborn.com/controlling-eufy-security-devices-with-iobroker/ +and https://community.home-assistant.io/t/eufy-camera-integration/121758 + + **This is no official add-on, neither from Home Assisant, nor from ioBroker.** ## Installation diff --git a/ioBroker/config.json b/ioBroker/config.json index 4d9f9ae..a7e9ce5 100644 --- a/ioBroker/config.json +++ b/ioBroker/config.json @@ -1,6 +1,6 @@ { "name": "ioBroker", - "version": "0.6.0", + "version": "0.7.0", "image": "maxwinterstein/homeassistant-addon-iobroker-{arch}", "webui": "http://[HOST]:[PORT:8081]/", "slug": "iobroker", @@ -19,7 +19,10 @@ "8083/tcp": null, "8084/tcp": null, "8085/tcp": null, - "8086/tcp": null + "8086/tcp": null, + "8087/tcp": null, + "8088/tcp": null, + "8089/tcp": null }, "ports_description": { "8081/tcp": "Admin interface", @@ -27,7 +30,10 @@ "8083/tcp": "reserved for addition addons", "8084/tcp": "reserved for addition addons", "8085/tcp": "reserved for addition addons", - "8086/tcp": "reserved for addition addons" + "8086/tcp": "reserved for addition addons", + "8087/tcp": "reserved for addition addons", + "8088/tcp": "reserved for addition addons", + "8089/tcp": "reserved for addition addons" }, "stage": "experimental", "url": "https://github.com/MaxWinterstein/homeassistant-addons/",