This repository contains a single add-on for home-assistant: AddMan
AddMan can be used to configure Home-Assistant
via a git repository.
To add this repository to your home-assistant, just click on this button:
And then install the add-on by pressing on this button:
and simply click on install
.
With this add-on you can do two things:
- Install add-ons and repositories.
- 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!!
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.