mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-03 18:51:29 +00:00
🔨 Re-branding
This commit is contained in:
parent
47c99d7b3d
commit
83b2609801
5 changed files with 52 additions and 45 deletions
37
.README.j2
37
.README.j2
|
@ -1,4 +1,4 @@
|
|||
# Community Hass.io Add-ons for Home Assistant
|
||||
# Community Home Assistant Add-ons
|
||||
|
||||
![Project Stage][project-stage-shield]
|
||||
![Maintenance][maintenance-shield]
|
||||
|
@ -12,19 +12,25 @@
|
|||
|
||||
## About
|
||||
|
||||
Hass.io allows anyone to create add-on repositories to share their add-ons for
|
||||
Hass.io easily. This repository is one of those repositories, providing extra
|
||||
Home Assistant add-ons for your Hass.io installation.
|
||||
Home Assistant allows anyone to create add-on repositories to share their
|
||||
add-ons for Home Assistant easily. This repository is one of those repositories,
|
||||
providing extra Home Assistant add-ons for your installation.
|
||||
|
||||
The primary goal of this project is to provide you (as a Hass.io /
|
||||
Home Assistant user) with additional, high quality, add-ons that allow you to
|
||||
take your automated home to the next level.
|
||||
The primary goal of this project is to provide you (as a Home Assistant user)
|
||||
with additional, high quality, add-ons that allow you to take your automated
|
||||
home to the next level.
|
||||
|
||||
## 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:
|
||||
In general, there is no need to install this repository on your
|
||||
Home Assistant instance. It is activated and added by Home Assistant
|
||||
by default.
|
||||
|
||||
However, if the repository is missing on your setup, adding this add-ons
|
||||
repository to your Home Assistant instance is pretty easy. 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 }}
|
||||
|
@ -64,7 +70,7 @@ Got questions?
|
|||
|
||||
You have several options to get them answered:
|
||||
|
||||
- The Community Hass.io Add-ons [Discord Chat Server][discord]
|
||||
- The Community Home Assistant Add-ons [Discord Chat Server][discord]
|
||||
- The Home Assistant [Community Forum][forum].
|
||||
- The Home Assistant [Discord Chat Server][discord-ha].
|
||||
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]
|
||||
|
@ -91,16 +97,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
|
||||
|
@ -161,4 +165,3 @@ SOFTWARE.
|
|||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.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/
|
||||
|
|
4
.github/settings.yml
vendored
4
.github/settings.yml
vendored
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
repository:
|
||||
description: "Community Hass.io Add-ons for Home Assistant"
|
||||
description: "Community Home Assistant Add-ons"
|
||||
homepage: https://addons.community
|
||||
topics: stable, hassio-addons, home-assistant, hassio, addons, hassio-repository, repository
|
||||
topics: stable, home-assistant, homeassistant, addons, addons-repository, repository
|
||||
private: false
|
||||
has_issues: true
|
||||
has_projects: false
|
||||
|
|
|
@ -17,6 +17,9 @@ mkdir -p docs
|
|||
# Install requirements
|
||||
pip install -r requirements.txt
|
||||
|
||||
# Download Beta page
|
||||
curl https://raw.githubusercontent.com/hassio-addons/repository-beta/master/README.md --output docs/beta.md
|
||||
|
||||
# Download Edge page
|
||||
curl https://raw.githubusercontent.com/hassio-addons/repository-edge/master/README.md --output docs/edge.md
|
||||
|
||||
|
|
51
mkdocs.yml
51
mkdocs.yml
|
@ -1,28 +1,28 @@
|
|||
---
|
||||
# Project information
|
||||
site_name: 'Community Hass.io Add-ons for Home Assistant'
|
||||
site_url: 'https://addons.community'
|
||||
site_description: 'The primary goal of this project is to provide you (as a Hass.io / Home Assistant user) with additional, high quality, add-ons that allow you to take your automated home to the next level.'
|
||||
site_author: 'Franck Nijhof'
|
||||
copyright: 'Copyright 2017-2020 - Franck Nijhof.'
|
||||
site_name: "Community Home Assistant Add-ons"
|
||||
site_url: "https://addons.community"
|
||||
site_description: "The primary goal of this project is to provide you (as a Home Assistant user) with additional, high quality, add-ons that allow you to take your automated home to the next level."
|
||||
site_author: "Franck Nijhof"
|
||||
copyright: "Copyright 2017-2020 - Franck Nijhof."
|
||||
|
||||
# Repository
|
||||
repo_name: 'hassio-addons'
|
||||
repo_url: 'https://github.com/hassio-addons/repository'
|
||||
edit_uri: ''
|
||||
repo_name: "hassio-addons"
|
||||
repo_url: "https://github.com/hassio-addons/repository"
|
||||
edit_uri: ""
|
||||
|
||||
# Theme configuration
|
||||
theme:
|
||||
name: 'material'
|
||||
logo: 'https://avatars3.githubusercontent.com/u/30772201?s=200&v=4'
|
||||
icon: 'https://avatars3.githubusercontent.com/u/30772201?s=200&v=4'
|
||||
language: 'en'
|
||||
name: "material"
|
||||
logo: "https://avatars3.githubusercontent.com/u/30772201?s=200&v=4"
|
||||
icon: "https://avatars3.githubusercontent.com/u/30772201?s=200&v=4"
|
||||
language: "en"
|
||||
palette:
|
||||
primary: 'light-blue'
|
||||
accent: 'blue'
|
||||
primary: "light-blue"
|
||||
accent: "blue"
|
||||
font:
|
||||
text: 'Exo2'
|
||||
code: 'Roboto Mono'
|
||||
text: "Exo2"
|
||||
code: "Roboto Mono"
|
||||
feature:
|
||||
tabs: false
|
||||
extra_css:
|
||||
|
@ -30,16 +30,16 @@ extra_css:
|
|||
|
||||
# Customization
|
||||
extra:
|
||||
manifest: 'manifest.webmanifest'
|
||||
manifest: "manifest.webmanifest"
|
||||
social:
|
||||
- type: 'github'
|
||||
link: 'https://github.com/hassio-addons'
|
||||
- type: 'twitter'
|
||||
link: 'https://twitter.com/hassio-addons'
|
||||
- type: 'twitch'
|
||||
link: 'https://twitch.tv/frenck'
|
||||
- type: 'youtube'
|
||||
link: 'https://youtube.com/frenck'
|
||||
- type: "github"
|
||||
link: "https://github.com/hassio-addons"
|
||||
- type: "twitter"
|
||||
link: "https://twitter.com/hassio-addons"
|
||||
- type: "twitch"
|
||||
link: "https://twitch.tv/frenck"
|
||||
- type: "youtube"
|
||||
link: "https://youtube.com/frenck"
|
||||
|
||||
# Extensions
|
||||
markdown_extensions:
|
||||
|
@ -64,6 +64,7 @@ markdown_extensions:
|
|||
# The pages to serve
|
||||
pages:
|
||||
- "Our Add-ons": "index.md"
|
||||
- "Beta Add-ons": "beta.md"
|
||||
- "Edge Add-ons": "edge.md"
|
||||
- "Contributing": "contributing.md"
|
||||
- "Code of Conduct": "code-of-conduct.md"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Community Hass.io Add-ons",
|
||||
"name": "Community Home Assistant Add-ons",
|
||||
"url": "https://addons.community",
|
||||
"maintainer": "Franck Nijhof <frenck@addons.community>"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue