Skip to content

Commit

Permalink
Bumped version to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
naofireblade committed Oct 12, 2019
1 parent 61b6644 commit 9af5fe8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Feel free to leave any feedback [here](https://github.com/naofireblade/homebridg
- Eco mode
- Extra care navigation
- Nogo lines
- Zone cleaning
- Zone cleaning* (only D7)
- Spot cleaning
- Individual spot size (only D7)
- Clean twice
Expand All @@ -32,6 +32,8 @@ Feel free to leave any feedback [here](https://github.com/naofireblade/homebridg
- Automatic or periodic refresh of robot state
- Multiple robots

>*You can also send the robot from one room to another. He will return to the base, wait there some seconds and then starts cleaning the other room.
## Installation

1. Install homebridge using: `npm install -g homebridge`
Expand Down Expand Up @@ -59,9 +61,9 @@ Add the following information to your config file. Change the values for email a

The following config contains advanced optional settings.

The parameter **refresh** is default set to auto and updates the robot state when a cleaning was started via homekit so that you can activate automations based on a successful cleaning. If you want to get robot state updates after starting the cleaning from outside of homekit as well (neato app or schedule), you have to set refresh to a static value in seconds e.g. `120`. You can disable background updates completely by setting this to `0`.
The parameter **refresh** is default set to `auto` and updates the robot state when a cleaning was started via homekit so that you can activate automations based on a successful cleaning. If you want to get robot state updates after starting the cleaning from outside of homekit as well (neato app or schedule), you have to set refresh to a static value in seconds e.g. `120`. You can disable background updates completely by setting this to `0`.

The parameter **hidden** accepts a list of switches/sensors that can be hidden from homekit (e.g. `dock`, `dockstate`, `eco`, `schedule`, `find`, `spot`).
The parameter **hidden** accepts a list of switches/sensors that can be hidden from homekit (e.g. `dock`, `dockstate`, `eco`, `nogolines`, `extracare`, `schedule`, `find`, `spot`).

```json
"platforms": [
Expand All @@ -84,4 +86,4 @@ 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
- [DJay](https://github.com/DJay-X) for testing tons of new beta versions
- [DJay](https://github.com/DJay-X) for testing out tons of new beta versions
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-neato",
"version": "0.7.0-beta.11",
"version": "0.7.0",
"description": "A Neato vacuum robot plugin for homebridge.",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 9af5fe8

Please sign in to comment.