diff --git a/README.md b/README.md index f0fbd378..dad75e1f 100644 --- a/README.md +++ b/README.md @@ -1104,10 +1104,10 @@ SOFTWARE. [traccar-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [traccar-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg [traccar-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/v3.0.2 -[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/v3.0.2/README.md +[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/v3.0.3 +[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/v3.0.3/README.md [unifi-issue]: https://github.com/hassio-addons/addon-unifi/issues -[unifi-version-shield]: https://img.shields.io/badge/version-v3.0.2-blue.svg +[unifi-version-shield]: https://img.shields.io/badge/version-v3.0.3-blue.svg [unifi-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [unifi-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [unifi-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/unifi/CHANGELOG.md b/unifi/CHANGELOG.md index b0a1c6e2..8bb2aadd 100644 --- a/unifi/CHANGELOG.md +++ b/unifi/CHANGELOG.md @@ -1,13 +1,14 @@ ## What’s changed -## 🧰 Maintenance +## πŸš€ Enhancements -- πŸŽ† Updates maintenance/license year to 2024 @frenck ([#477](https://github.com/hassio-addons/addon-unifi/pull/477)) +- Dockerfile improvements @cfergeau ([#481](https://github.com/hassio-addons/addon-unifi/pull/481)) -## 🌎 Translations +## πŸ“š Documentation -- Add pt-BR translation @rokam ([#474](https://github.com/hassio-addons/addon-unifi/pull/474)) +- Fix markdown formatting in documentation @glyph-se ([#479](https://github.com/hassio-addons/addon-unifi/pull/479)) +- Improve DOCS.md @nickdos ([#483](https://github.com/hassio-addons/addon-unifi/pull/483)) ## ⬆️ Dependency updates -- ⬆️ Upgrades UniFi Network Application to v8.0.26 @frenck ([#478](https://github.com/hassio-addons/addon-unifi/pull/478)) +- Update Network controller to version 8.0.28 @renewoensdregt ([#484](https://github.com/hassio-addons/addon-unifi/pull/484)) diff --git a/unifi/DOCS.md b/unifi/DOCS.md index c8a332e4..9500061d 100644 --- a/unifi/DOCS.md +++ b/unifi/DOCS.md @@ -22,7 +22,7 @@ comparison to installing any other Home Assistant add-on. 1. After completing the wizard, log in with the credentials just created. 1. Go to the settings (gears icon in the bottom left) -> System -> Advanced. -1. Toggle `Override Inform Host`. +1. Next to the `Inform Host` label, click the checkbox option for `Override` so that is now "checked". 1. Change the `Host for Inform` to match the IP or hostname of the device running Home Assistant. 1. Hit the "Apply Changes" button to activate the settings. @@ -107,10 +107,11 @@ you can manually adopt a device by following these steps: ``` INFO: I/O exception (java.net.ConnectException) caught when processing - request: Connection refused (Connection refused)`. This is a known issue, - however, the add-on functions normally. + request: Connection refused (Connection refused) ``` + This is a known issue, however, the add-on functions normally. + - Due to security policies in the UniFi Network Application software, it is currently impossible to add the UniFI web interface to your Home Assistant frontend using a `panel_iframe`. diff --git a/unifi/README.md b/unifi/README.md index 7bdc36f4..3a347978 100644 --- a/unifi/README.md +++ b/unifi/README.md @@ -50,6 +50,6 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v3.0.2-blue.svg -[release]: https://github.com/hassio-addons/addon-unifi/tree/v3.0.2 +[release-shield]: https://img.shields.io/badge/version-v3.0.3-blue.svg +[release]: https://github.com/hassio-addons/addon-unifi/tree/v3.0.3 [screenshot]: https://github.com/hassio-addons/addon-unifi/raw/main/images/screenshot.jpg \ No newline at end of file diff --git a/unifi/config.yaml b/unifi/config.yaml index 80d35182..8e999a27 100644 --- a/unifi/config.yaml +++ b/unifi/config.yaml @@ -1,5 +1,5 @@ name: UniFi Network Application -version: 3.0.2 +version: 3.0.3 slug: unifi description: Manage your UniFi network using a web browser url: https://github.com/hassio-addons/addon-unifi