Skip to content

Commit

Permalink
doc: Update README (Fix links)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Berger committed Sep 13, 2023
1 parent 19f34e1 commit a6aeb5b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

<a href="LICENSE">![](images/license.svg)</a>
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. <a href="LICENSE">![](images/license.svg)</a>

## Home automation architecture

Expand All @@ -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:

<a href="https://xavierberger.github.io/homeassistant-config/">![](https://xavierberger.github.io/homeassistant-config/pylint.svg)</a>
<a href="https://xavierberger.github.io/homeassistant-config/">![](https://xavierberger.github.io/homeassistant-config/pytest.svg)</a>
<a href="https://xavierberger.github.io/homeassistant-config/">![](https://xavierberger.github.io/homeassistant-config/coverage.svg)</a>

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).

0 comments on commit a6aeb5b

Please sign in to comment.