From 849389bef76571d9e69b136afaab6385bda45bc0 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sat, 16 Jun 2018 19:12:49 +0000 Subject: [PATCH] :arrow_up: Updating add-on UniFi Controller to 6ddffc3 --- README.md | 6 ++--- unifi/CHANGELOG.md | 4 ++-- unifi/README.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++ unifi/config.json | 4 ++-- 4 files changed, 63 insertions(+), 7 deletions(-) create mode 100644 unifi/README.md diff --git a/README.md b/README.md index b1028fdeb..2ce87fb1a 100644 --- a/README.md +++ b/README.md @@ -607,10 +607,10 @@ SOFTWARE. [tor-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [tor-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [tor-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/c572341 -[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/c572341/README.md +[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/6ddffc3 +[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/6ddffc3/README.md [unifi-issue]: https://github.com/hassio-addons/addon-unifi/issues -[unifi-version-shield]: https://img.shields.io/badge/version-c572341-blue.svg +[unifi-version-shield]: https://img.shields.io/badge/version-6ddffc3-blue.svg [unifi-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/unifi.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 diff --git a/unifi/CHANGELOG.md b/unifi/CHANGELOG.md index f84e0e542..84c41dbe2 100644 --- a/unifi/CHANGELOG.md +++ b/unifi/CHANGELOG.md @@ -1,3 +1,3 @@ -2018/06/16 11:31 UTC - [c572341](https://github.com/hassio-addons/addon-unifi/commit/c572341eca68dae868b8e5bb9682d345d9a93858) by [@frenck](https://github.com/frenck) -> :arrow_up: Upgrades UniFi to v5.8.22 +2018/06/16 18:55 UTC - [6ddffc3](https://github.com/hassio-addons/addon-unifi/commit/6ddffc3d3fdd394bacd6c0d9df41287713f3ac93) by [@frenck](https://github.com/frenck) +> :books: Adds initials documentation diff --git a/unifi/README.md b/unifi/README.md new file mode 100644 index 000000000..3f5a3453d --- /dev/null +++ b/unifi/README.md @@ -0,0 +1,56 @@ +# Community Hass.io Add-ons: UniFi Controller + +[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] + +[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum] + +[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee] + +The UniFi Controller allows you to manage your UniFi network +using a web browser. + +## About + +This add-on runs Ubiquiti Networks' UniFi Controller software, which allows +you to manage your UniFi network via the web browser. The add-on provides a +single-click installation and run solution for Hass.io, allowing users to get +their network up, running, and updated, easily. + +This add-on supports all Hass.io supported architectures, including the +Raspberry Pi. + +[Click here for the full documentation][docs] + +![UniFi Controller][screenshot] + +## WARNING! THIS IS AN EDGE VERSION! + +This Hass.io Add-ons repository contains edge builds of add-ons. Edge builds +add-ons are based upon the latest development version. + +- They may not work at all. +- They might stop working at any time. +- They could have a negative impact on your system. + +This repository was created for: + +- Anybody willing to test. +- Anybody interested in trying out upcoming add-ons or add-on features. +- Developers. + +If you are more interested in stable releases of our add-ons: + + + +[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg +[buymeacoffee]: https://www.buymeacoffee.com/frenck +[discord-shield]: https://img.shields.io/discord/330944238910963714.svg +[discord]: https://discord.gg/c5DvZ4e +[docs]: https://github.com/hassio-addons/addon-unifi/blob/6ddffc3/README.md +[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg +[forum]: https://community.home-assistant.io/?u=frenck +[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg +[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg +[release-shield]: https://img.shields.io/badge/version-6ddffc3-blue.svg +[release]: https://github.com/hassio-addons/addon-unifi/tree/6ddffc3 +[screenshot]: https://github.com/hassio-addons/addon-unifi/raw/master/images/screenshot.jpg \ No newline at end of file diff --git a/unifi/config.json b/unifi/config.json index 35ea70946..a36fb2740 100644 --- a/unifi/config.json +++ b/unifi/config.json @@ -1,8 +1,8 @@ { "name": "UniFi Controller", - "version": "c572341", + "version": "6ddffc3", "slug": "unifi", - "description": "Lorem ipsum.", + "description": "Manage your UniFi network using a web browser", "url": "https://community.home-assistant.io/?u=frenck", "webui": "[PROTO:ssl]://[HOST]:[PORT:8443]", "startup": "services",