Skip to content

Commit

Permalink
Added contributor and bumped version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
naofireblade committed Jul 14, 2019
1 parent 5ea9dde commit 4a97487
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ Feel free to leave any feedback [here](https://github.com/naofireblade/homebridg

- Start and pause cleaning
- Return to dock
- Toggle schedule
- Toggle eco mode
- Toggle extra care navigation
- Toggle nogo lines
- Scheduling
- Eco mode
- Extra care navigation
- Nogo lines
- Zone cleaning
- Get battery info
- Get dock info
- Periodic refresh of robot state
Expand Down Expand Up @@ -76,3 +77,4 @@ The plugin should work with D4 and D6 as well. If you have connected neato robot
Many thanks go to
- [ghulands](https://github.com/ghulands) for finding and fixing a bug when no robot is associated with the neato account
- [Berkay](https://github.com/btutal) for adding the schema file to use the plugin with homebridge-config-ui-x
- [Antoine de Maleprade](https://github.com/az0uz) for adding the zone cleaning feature
19 changes: 17 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-neato",
"version": "0.5.2",
"version": "0.6.0",
"description": "A Neato vacuum robot plugin for homebridge.",
"license": "MIT",
"keywords": [
Expand All @@ -13,8 +13,23 @@
"homebridge": ">=0.2.0"
},
"author": {
"name": "Arne Blumentritt"
"name": "Arne Blumentritt",
"url2": "https://github.com/naofireblade"
},
"contributors": [
{
"name": "ghulands",
"url": "https://github.com/ghulands"
},
{
"name": "Berkay",
"url": "https://github.com/btutal"
},
{
"name": "Antoine de Maleprade",
"url": "https://github.com/az0uz"
}
],
"repository": {
"type": "git",
"url": "git://github.com/naofireblade/homebridge-neato.git"
Expand Down

0 comments on commit 4a97487

Please sign in to comment.