Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xavierberger/home-assistant-addons
Repository for Home Assistant Addons.
https://github.com/xavierberger/home-assistant-addons
addons home-assistant mkdocs mkdocs-material
Last synced: 3 months ago
JSON representation
Repository for Home Assistant Addons.
- Host: GitHub
- URL: https://github.com/xavierberger/home-assistant-addons
- Owner: XavierBerger
- Created: 2024-07-23T16:29:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-14T06:48:40.000Z (3 months ago)
- Last Synced: 2024-10-14T07:43:00.907Z (3 months ago)
- Topics: addons, home-assistant, mkdocs, mkdocs-material
- Language: CSS
- Homepage:
- Size: 905 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Home Assistant Add-ons
[![designed for Home Assistant](https://img.shields.io/badge/Designed%20for-Home%20Assistant-blue.svg)](https://www.home-assistant.io/)
[![Builder](https://github.com/XavierBerger/home-assistant-addons/actions/workflows/builder.yaml/badge.svg)](https://github.com/XavierBerger/home-assistant-addons/actions/workflows/builder.yaml) [![Lint](https://github.com/XavierBerger/home-assistant-addons/actions/workflows/lint.yaml/badge.svg)](https://github.com/XavierBerger/home-assistant-addons/actions/workflows/lint.yaml)## [🕮 MkDocs Addon](https://github.com/XavierBerger/home-assistant-addons/blob/main/mkdocs/DOCS.md)
[MkDocs](https://www.mkdocs.org) is a **fast**, **simple** and **downright gorgeous** static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.
Start by reading the [introductory tutorial](https://www.mkdocs.org/getting-started/), then check the [User Guide](https://www.mkdocs.org/user-guide/) for more information.## Installation
To install any of the add-ons offered in this repository, you must first add its repository URL to your Home Assistant instance. To do so, click the following button
[![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2FXavierBerger%2Fhome-assistant-addons)
or manually add the the following repository URL in the Home Assistant add-on store:
`https://github.com/XavierBerger/home-assistant-addons`
Then search for any of the add-ons in our addon store (button below) to install them.
[![Open your Home Assistant instance and show the add-on store.](https://my.home-assistant.io/badges/supervisor_store.svg)](https://my.home-assistant.io/redirect/supervisor_store/)
_**Important**_ : _Even if addons of this repository are tested and works on my Home Assistant Yellow, they might not be stable on your installation. **Use at your own risk!**_
## Licence
### MIT License
Copyright © 2024 Xavier Berger
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
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
SOFTWARE.