mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on UniFi Network Application to c0dd49b
This commit is contained in:
parent
e41a2fa40a
commit
e627348036
5 changed files with 23 additions and 9 deletions
|
@ -1007,10 +1007,10 @@ SOFTWARE.
|
||||||
[traccar-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
|
||||||
[traccar-i386-shield]: https://img.shields.io/badge/i386-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/1404595
|
[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/c0dd49b
|
||||||
[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/1404595/README.md
|
[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/c0dd49b/README.md
|
||||||
[unifi-issue]: https://github.com/hassio-addons/addon-unifi/issues
|
[unifi-issue]: https://github.com/hassio-addons/addon-unifi/issues
|
||||||
[unifi-version-shield]: https://img.shields.io/badge/version-1404595-blue.svg
|
[unifi-version-shield]: https://img.shields.io/badge/version-c0dd49b-blue.svg
|
||||||
[unifi-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[unifi-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[unifi-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# Changelog since v2.0.0
|
# Changelog since v2.0.0
|
||||||
|
- 📚 Add My buttons to documentation (#353)
|
||||||
- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) (#352)
|
- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) (#352)
|
||||||
- ⬆️ Upgrades add-on base image to 7.2.0 (#351)
|
- ⬆️ Upgrades add-on base image to 7.2.0 (#351)
|
||||||
- 📚 Remove migrating section (#349)
|
- 📚 Remove migrating section (#349)
|
||||||
|
|
|
@ -10,9 +10,12 @@ allowing users to get their network up, running, and updated, easily.
|
||||||
The installation of this add-on is pretty straightforward and not different in
|
The installation of this add-on is pretty straightforward and not different in
|
||||||
comparison to installing any other Home Assistant add-on.
|
comparison to installing any other Home Assistant add-on.
|
||||||
|
|
||||||
1. Search for the "UniFi Network Application" add-on in the Supervisor add-on
|
1. Click the Home Assistant My button below to open the add-on on your Home
|
||||||
store and install it.
|
Assistant instance.
|
||||||
1. Start the "UniFi Network Application" add-on.
|
|
||||||
|
[![Open this add-on in your Home Assistant instance.][addon-badge]][addon]
|
||||||
|
|
||||||
|
1. Click the "Install" button to install the add-on.
|
||||||
1. Check the logs of the "UniFi Network Application" to see if everything went
|
1. Check the logs of the "UniFi Network Application" to see if everything went
|
||||||
well.
|
well.
|
||||||
1. Click the "OPEN WEB UI" button, and follow the initial wizard.
|
1. Click the "OPEN WEB UI" button, and follow the initial wizard.
|
||||||
|
@ -25,6 +28,12 @@ comparison to installing any other Home Assistant add-on.
|
||||||
1. Hit the "Apply Changes" button to activate the settings.
|
1. Hit the "Apply Changes" button to activate the settings.
|
||||||
1. Ready to go!
|
1. Ready to go!
|
||||||
|
|
||||||
|
Home Assistant, by default, ships with the Community Add-ons store installed.
|
||||||
|
However, if it is missing (for any reason), you can add it by clicking the
|
||||||
|
button My button below.
|
||||||
|
|
||||||
|
[!Add repository to your Home Assitant instance.][repository-badge]][repository]
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
**Note**: _Remember to restart the add-on when the configuration is changed._
|
**Note**: _Remember to restart the add-on when the configuration is changed._
|
||||||
|
@ -180,6 +189,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
|
|
||||||
|
[addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg
|
||||||
|
[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_unifi
|
||||||
[contributors]: https://github.com/hassio-addons/addon-unifi/graphs/contributors
|
[contributors]: https://github.com/hassio-addons/addon-unifi/graphs/contributors
|
||||||
[discord-ha]: https://discord.gg/c5DvZ4e
|
[discord-ha]: https://discord.gg/c5DvZ4e
|
||||||
[discord]: https://discord.me/hassioaddons
|
[discord]: https://discord.me/hassioaddons
|
||||||
|
@ -189,4 +200,6 @@ SOFTWARE.
|
||||||
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
|
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
|
||||||
[reddit]: https://reddit.com/r/homeassistant
|
[reddit]: https://reddit.com/r/homeassistant
|
||||||
[releases]: https://github.com/hassio-addons/addon-unifi/releases
|
[releases]: https://github.com/hassio-addons/addon-unifi/releases
|
||||||
|
[repository-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg
|
||||||
|
[repository]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository
|
||||||
[semver]: http://semver.org/spec/v2.0.0.htm
|
[semver]: http://semver.org/spec/v2.0.0.htm
|
||||||
|
|
|
@ -53,6 +53,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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-1404595-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-c0dd49b-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-unifi/tree/1404595
|
[release]: https://github.com/hassio-addons/addon-unifi/tree/c0dd49b
|
||||||
[screenshot]: https://github.com/hassio-addons/addon-unifi/raw/main/images/screenshot.jpg
|
[screenshot]: https://github.com/hassio-addons/addon-unifi/raw/main/images/screenshot.jpg
|
|
@ -39,5 +39,5 @@ schema:
|
||||||
slug: unifi
|
slug: unifi
|
||||||
startup: services
|
startup: services
|
||||||
url: https://github.com/hassio-addons/addon-unifi
|
url: https://github.com/hassio-addons/addon-unifi
|
||||||
version: '1404595'
|
version: c0dd49b
|
||||||
webui: https://[HOST]:[PORT:8443]
|
webui: https://[HOST]:[PORT:8443]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue