From a6aeb5b7fb9292eb88c2d981029cdf7ad7f9f7db Mon Sep 17 00:00:00 2001 From: Xavier Berger Date: Wed, 13 Sep 2023 21:00:12 +0200 Subject: [PATCH] doc: Update README (Fix links) --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 552058d..129b1cf 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Home Assistant Config -This repository is gathering the part of home assistant configuration and appdaemon script I want to share with the community. The code available in this directory is under MIT License. - -![](images/license.svg) +This repository is gathering the part of home assistant configuration and appdaemon script I want to share with the community. The code available in this directory is under MIT License. ![](images/license.svg) ## Home automation architecture @@ -11,14 +9,14 @@ The architecture of my installation is detailed into [**Architecture page**](arc ## Appdaemon applications -AppDaemon directory is gathering the application I use to manage automower, garage door, shopping list, ... All details of theses applications are available into a [**Appdaemon** page](appdeamon/README.md). - -A specific effort has been made on test. Detail of tests are explained into [**Appdaemon Test** page](appdeamon/test/README.md). The result of tests are listed in badges bellow: - ![](https://xavierberger.github.io/homeassistant-config/pylint.svg) ![](https://xavierberger.github.io/homeassistant-config/pytest.svg) ![](https://xavierberger.github.io/homeassistant-config/coverage.svg) +AppDaemon directory is gathering the application I use to manage automower, garage door, shopping list, ... All details of theses applications are available into a [**Appdaemon** page](appdaemon/README.md). + +A specific effort has been made on test. Detail of tests are explained into [**Appdaemon Test** page](appdaemon/test/README.md). The result of tests are listed in badges bellow: + ## Configuration Configuration is organized into packages. Detail of tests are explained into [**Packages** page](packages/README.md). \ No newline at end of file