Skip to content

Commit

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

## 2.4.0

- **Added:** Option to hide all labels/details (#20)
- **Added:** Vendor support for Robovac vacuums (#23)

## 2.3.2

- **Fixed:** Error on undefined state objects
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.3.2-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-2.4.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 @@ -13,7 +13,7 @@ Add [xiaomi-vacuum-card.js](https://raw.githubusercontent.com/benct/lovelace-xia

```yaml
resources:
- url: /local/xiaomi-vacuum-card.js?v=2.3.2
- url: /local/xiaomi-vacuum-card.js?v=2.4.0
type: js
```
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) to `<config>/www/img/`.
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": "2019-10-30",
"version": "2.3.2",
"updated_at": "2020-01-07",
"version": "2.4.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 169796b

Please sign in to comment.