Skip to content

Commit

Permalink
Update version (3.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
benct committed Jan 10, 2020
1 parent 52e3257 commit c38aa73
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

## 3.0.0

- **Changed:** Major refactoring and cleanup of code
- **Changed:** Use LitElement instead of Polymer
- **Added:** Support for HA Cast [https://cast.home-assistant.io](https://cast.home-assistant.io)
- **Added:** Support custom button icons
- **Added:** Support hiding specific vacuum attributes (#27)
- **Added:** Vendor support for iRobot Roomba vacuums (#24)

## 2.4.0

- **Added:** Option to hide all labels/details (#20)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Simple card for Xiaomi (and some other) robot vaccums in Home Assistant's Lovelace UI

[![GH-release](https://img.shields.io/badge/version-2.4.0-red.svg?style=flat-square)](https://raw.githubusercontent.com/benct/lovelace-xiaomi-vacuum-card/master/xiaomi-vacuum-card.js)
[![GH-release](https://img.shields.io/badge/version-3.0.0-red.svg?style=flat-square)](https://raw.githubusercontent.com/benct/lovelace-xiaomi-vacuum-card/master/xiaomi-vacuum-card.js)
[![GH-last-commit](https://img.shields.io/github/last-commit/benct/lovelace-xiaomi-vacuum-card.svg?style=flat-square)](https://github.com/benct/lovelace-xiaomi-vacuum-card/commits/master)
[![GH-code-size](https://img.shields.io/github/languages/code-size/benct/lovelace-xiaomi-vacuum-card.svg?style=flat-square)](https://github.com/benct/lovelace-xiaomi-vacuum-card)
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg)](https://github.com/custom-components/hacs)
Expand All @@ -14,7 +14,7 @@ to your `<config>/www/` folder and add the following to your `ui-lovelace.yaml`

```yaml
resources:
- url: /local/xiaomi-vacuum-card.js?v=2.4.0
- url: /local/xiaomi-vacuum-card.js?v=3.0.0
type: module
```
If you want to use the vacuum background image, add [img/vacuum.png](https://raw.githubusercontent.com/benct/lovelace-xiaomi-vacuum-card/master/img/vacuum.png)
Expand Down
4 changes: 2 additions & 2 deletions tracker.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"xiaomi-vacuum-card": {
"updated_at": "2020-01-07",
"version": "2.4.0",
"updated_at": "2020-01-10",
"version": "3.0.0",
"remote_location": "https://raw.githubusercontent.com/benct/lovelace-xiaomi-vacuum-card/master/xiaomi-vacuum-card.js",
"visit_repo": "https://github.com/benct/lovelace-xiaomi-vacuum-card",
"changelog": "https://github.com/benct/lovelace-xiaomi-vacuum-card/blob/master/CHANGELOG.md"
Expand Down

0 comments on commit c38aa73

Please sign in to comment.