Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus authored and Markus committed Sep 8, 2023
1 parent 29942b9 commit a2b1e54
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 40 deletions.
60 changes: 40 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ZCS Lawn Mower Robots platform as a Custom Component for Home Assistant. Ambrogi

## Installation

Requires Home Assistant 2023.6.0 or newer.
Requires Home Assistant 2023.9.0 or newer.

### Installation through HACS

Expand Down Expand Up @@ -175,38 +175,58 @@ Get IMEI from your lawn mower(s):
latitude, longitude, source_type (GPS)
```

### Lawn Mower

* mower
| Values | Description | Lawn mower state(s) |
|-------------|-------------------|---------------------------------------|
| mowing | Mowing | Go to area, Go to station, Border cut |
| docked | Docked | Charge |
| paused | Paused | Pause, Work standby |
| error | Error | Error, No signal, Expired, Renewed |

```
attributes:
status
```

### Number

_These entities are disabled by default. You have to activate it if you want to use it._

* work_for

* charge_for

### Sensor

* state
| Values | Description |
|-------------|---------------|
| unknown | Unknown |
| charging | Charging |
| working | Working |
| stop | Stop |
| error | Error |
| nosignal | No signal |
| gotostation | Go to station |
| gotoarea | Go to area |
| bordercut | Border cut |
| Values | Description |
|--------------|---------------|
| unknown | Unknown |
| charge | Charge |
| work | Work |
| pause | Pause |
| fail | Error |
| nosignal | No signal |
| gotostation | Go to station |
| gotoarea | Go to area |
| bordercut | Border cut |
| expired | Expired |
| renewed | Renewed |
| work_standby | Work standby |

### Vacuum

* mower
| Values | Description |
|-------------|-------------------|
| cleaning | Mowing |
| docked | Docked |
| paused | Paused |
| idle | Idle |
| returning | Returning to dock |
| error | Error |
| Values | Description | Lawn mower state(s) |
|-------------|-------------------|------------------------------------|
| cleaning | Mowing | Work, Go to area, Border cut |
| docked | Docked | Charge |
| paused | Paused | Pause |
| returning | Returning to dock | Go to station |
| idle | Idle | Work standby |
| error | Error | Error, No signal, Expired, Renewed |

```
attributes:
Expand Down
60 changes: 40 additions & 20 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ZCS Lawn Mower Robots platform as a Custom Component for Home Assistant. Ambrogi

## Installation

Requires Home Assistant 2023.6.0 or newer.
Requires Home Assistant 2023.9.0 or newer.

### Installation through HACS

Expand Down Expand Up @@ -175,38 +175,58 @@ Get IMEI from your lawn mower(s):
latitude, longitude, source_type (GPS)
```

### Lawn Mower

* mower
| Values | Description | Lawn mower state(s) |
|-------------|-------------------|---------------------------------------|
| mowing | Mowing | Go to area, Go to station, Border cut |
| docked | Docked | Charge |
| paused | Paused | Pause, Work standby |
| error | Error | Error, No signal, Expired, Renewed |

```
attributes:
status
```

### Number

_These entities are disabled by default. You have to activate it if you want to use it._

* work_for

* charge_for

### Sensor

* state
| Values | Description |
|-------------|---------------|
| unknown | Unknown |
| charging | Charging |
| working | Working |
| stop | Stop |
| error | Error |
| nosignal | No signal |
| gotostation | Go to station |
| gotoarea | Go to area |
| bordercut | Border cut |
| Values | Description |
|--------------|---------------|
| unknown | Unknown |
| charge | Charge |
| work | Work |
| pause | Pause |
| fail | Error |
| nosignal | No signal |
| gotostation | Go to station |
| gotoarea | Go to area |
| bordercut | Border cut |
| expired | Expired |
| renewed | Renewed |
| work_standby | Work standby |

### Vacuum

* mower
| Values | Description |
|-------------|-------------------|
| cleaning | Mowing |
| docked | Docked |
| paused | Paused |
| idle | Idle |
| returning | Returning to dock |
| error | Error |
| Values | Description | Lawn mower state(s) |
|-------------|-------------------|------------------------------------|
| cleaning | Mowing | Work, Go to area, Border cut |
| docked | Docked | Charge |
| paused | Paused | Pause |
| returning | Returning to dock | Go to station |
| idle | Idle | Work standby |
| error | Error | Error, No signal, Expired, Renewed |

```
attributes:
Expand Down

0 comments on commit a2b1e54

Please sign in to comment.