Skip to content

Commit

Permalink
Refactor, improve and clean up code + new features
Browse files Browse the repository at this point in the history
- Replace Polymer with LitElement
- Support HA Cast
- Support custom button icons
- Support hiding specific vacuum attributes (#27)
- Vendor support for iRobot Roomba vacuums (#24)
  • Loading branch information
benct committed Jan 10, 2020
1 parent 15423db commit 52e3257
Show file tree
Hide file tree
Showing 2 changed files with 266 additions and 255 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Using HACS, you might need to set the `image` config to something like `/local/c
| image | string/bool | `/local/img/vacuum.png` | Custom path/name of background image (set to `false` to disable background)
| buttons | object/bool | *(see below)* | Set to `false` to hide button row
| labels | object/bool | *(see below)* | Set to `false` to hide details/labels
| icons | object | | Set custom button icons (same keys as `buttons` object)

### Buttons object

Expand Down Expand Up @@ -66,7 +67,7 @@ If you think any more vendors should be added, feel free to open an issue or con

| Name | Type | Default | Description
| ---- | ---- | ------- | -----------
| vendor | string | `xiaomi` | Supported vendors: `xiaomi`, `valetudo`, `ecovacs`, `deebot`, `robovac`
| vendor | string | `xiaomi` | Supported vendors: `xiaomi`, `valetudo`, `ecovacs`, `deebot`, `robovac`, `roomba`

*Note: Vendor `ecovacs` and `robovac` shows the clean spot button instead of the stop button by default*

Expand Down
Loading

0 comments on commit 52e3257

Please sign in to comment.