From 5d316379c7d1fe2d72d35720a4596e3f887a59f9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 9 Feb 2020 11:22:07 +0100 Subject: [PATCH] :hammer: Re-branding --- .README.j2 | 29 +++++++++++++++-------------- .github/settings.yml | 4 ++-- repository.json | 4 ++-- 3 files changed, 19 insertions(+), 18 deletions(-) diff --git a/.README.j2 b/.README.j2 index b831edb3..84c6c046 100644 --- a/.README.j2 +++ b/.README.j2 @@ -1,4 +1,4 @@ -# BETA - Community Hass.io Add-ons for Home Assistant +# BETA - Community Home Assistant Add-ons ![Project Stage][project-stage-shield] ![Maintenance][maintenance-shield] @@ -12,7 +12,7 @@ ## WARNING! THIS IS A BETA REPOSITORY -This Hass.io Add-ons repository contains beta releases of add-ons. +This Home Assistant Add-ons repository contains beta releases of add-ons. - They might stop working at any time. - They could have a negative impact on your system. @@ -28,9 +28,11 @@ If you are more interested in stable releases of our add-ons: ## Installation -Adding this add-ons repository to your Hass.io Home Assistant instance is -pretty easy. Follow [the official instructions][third-party-addons] on the -website of Home Assistant, and use the following URL: +Adding this add-ons repository to yourHome Assistant instance is +pretty straightforward. In the Home Assistant add-on store, +a possibility to add a repository is provided. + +Use the following URL to add this repository: ```txt {{ repo }} @@ -74,8 +76,9 @@ Got questions? You have several options to get them answered: +- The Community Home Assistant Add-ons [Discord Chat Server][discord] - The Home Assistant [Community Forum][forum]. -- The Home Assistant [Discord Chat Server][discord]. +- The Home Assistant [Discord Chat Server][discord-ha]. - Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit] You could also open an issue here on GitHub. Note, we use a separate @@ -100,16 +103,14 @@ Thank you for being involved! :heart_eyes: ## Adding a new add-on -Have you created an add-on that you want to list in the Community Repository? -Contact [Franck Nijhof][frenck]: +We are currently not accepting third party add-ons to this repository. + +For questions, please contact [Franck Nijhof][frenck]: - Drop him an email: frenck@addons.community - Chat with him on [Discord Chat][discord] - Message him via the forums: [frenck][forum-frenck] -He will set up a GitHub repository and all the other plumbing, -and of course, give you developer access to your contribution. - ## License MIT License @@ -154,8 +155,9 @@ SOFTWARE. {% endfor %} {% endfor %} [awesome-shield]: https://img.shields.io/badge/awesome%3F-yes-brightgreen.svg -[discord-shield]: https://img.shields.io/discord/330944238910963714.svg -[discord]: https://discord.gg/c5DvZ4e +[discord-ha]: https://discord.gg/c5DvZ4e +[discord-shield]: https://img.shields.io/discord/478094546522079232.svg +[discord]: https://discord.me/hassioaddons [forum-frenck]: https://community.home-assistant.io/u/frenck/?u=frenck [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io?u=frenck @@ -168,4 +170,3 @@ SOFTWARE. [project-stage-shield]: https://img.shields.io/badge/project%20stage-development-yellowgreen.svg [reddit]: https://reddit.com/r/homeassistant [semver]: http://semver.org/spec/v2.0.0.html -[third-party-addons]: https://home-assistant.io/hassio/installing_third_party_addons/ diff --git a/.github/settings.yml b/.github/settings.yml index 315f5383..3b108cb7 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -1,8 +1,8 @@ --- repository: - description: "BETA - Community Hass.io Add-ons for Home Assistant" + description: "BETA - Community Home Assistant Add-ons" homepage: https://addons.community - topics: beta, unstable, home-assistant, hassio, addons, hassio-repository + topics: beta, unstable, home-assistant, homeassistant, addons, addons-repository, repository private: false has_issues: true has_projects: false diff --git a/repository.json b/repository.json index 0eebf304..42bc3027 100644 --- a/repository.json +++ b/repository.json @@ -1,5 +1,5 @@ { - "name": "BETA - Community Hass.io Add-ons", - "url": "https://github.com/hassio-addons/repository-beta", + "name": "BETA - Community Home Assistant Add-ons", + "url": "https://addons.community", "maintainer": "Franck Nijhof " }