Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.76 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.76 KB

🔥AddMan


This repository contains a single add-on for home-assistant: AddMan
AddMan can be used to configure Home-Assistant via a git repository.

⚡Installation

To add this repository to your home-assistant, just click on this button:

Add this repository to your Home Assistant instance.

And then install the add-on by pressing on this button:

Open this add-on in your Home Assistant instance.

and simply click on install.

🐝About AddMan

With this add-on you can do two things:

  1. Install add-ons and repositories.
  2. Change the configuration of add-ons.

And the best thing:

You can store the config in your configs directory and therefore use the git-pull add-on to store all the add-on configuration in a git repository!1!!

🎨Configuration

The addons are managed in a file called addman.yaml (by default). It contains the config of all the other configurations. Addman will also look for a file called addman.yaml.secrets which you can use to inject secrets.

Checkout the examples to get an idea how to configure addman.