Skip to content

Commit

Permalink
Corrected error in manifest.json. Fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-73 committed Jul 31, 2019
1 parent b33a0d3 commit 575603d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion indego/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}

0 comments on commit 575603d

Please sign in to comment.