diff --git a/README.md b/README.md index 0c4a6cf..d6a27e8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Home Assistant Custom Component for Bosch Indego Lawn Mower. ## Installation -Place the folder `indego` in your `config/custom_component` in your Home Assistant. +Copy the folder `indego` in your `config/custom_component` in your Home Assistant. ## Configuration Add the domain to your configuration.yaml diff --git a/indego/manifest.json b/indego/manifest.json index f1b1338..d88e280 100644 --- a/indego/manifest.json +++ b/indego/manifest.json @@ -3,6 +3,6 @@ "name": "Indego Mower", "documentation": "https://github.com/jm-73/Indego", "dependencies": [], - "codeowners": [jm-73], + "codeowners": ["@jm-73"], "requirements": ["pyIndego==0.1.4"] }