Skip to content

Commit fb558dc

Browse files
committed
Update version (3.1.0)
1 parent 75455b2 commit fb558dc

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 3.1.0
5+
6+
- **Changed:** Display name/header above additional entity icons (#41)
7+
- **Added:** Support `state_color` config on additional entity icons (#45)
8+
- **Added:** Haptic feedback on `call-service` and `toggle` actions (#44)
9+
- **Added:** Support entity override on `more-info` action (#46)
10+
- **Added:** Support `confirmation` dialog config on `tap_action` (#42)
11+
- **Added:** Support `url` action config on `tap_action` (#49)
12+
- **Added:** Support `none` action config on `tap_action` (#53)
13+
- **Added:** Support any string value as `secondary_info` (#51)
14+
- **Added:** Support `format` config for date/time values (#43, #47)
15+
416
## 3.0.0
517

618
Several main configuration options have been changed to better match the default Lovelace cards, as listed below.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# multiple-entity-row
22
Show multiple entity states or attributes on entity rows in Home Assistant's Lovelace UI
33

4-
[![GH-release](https://img.shields.io/badge/version-3.0.0-red.svg?style=flat-square)](https://raw.githubusercontent.com/benct/lovelace-multiple-entity-row/master/multiple-entity-row.js)
4+
[![GH-release](https://img.shields.io/badge/version-3.1.0-red.svg?style=flat-square)](https://raw.githubusercontent.com/benct/lovelace-multiple-entity-row/master/multiple-entity-row.js)
55
[![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)
66
[![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)
77
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=flat-square)](https://github.com/custom-components/hacs)
@@ -12,7 +12,7 @@ Manually add [multiple-entity-row.js](https://raw.githubusercontent.com/benct/lo
1212
to your `<config>/www/` folder and add the following to your `ui-lovelace.yaml` file:
1313
```yaml
1414
resources:
15-
- url: /local/multiple-entity-row.js?v=3.0.0
15+
- url: /local/multiple-entity-row.js?v=3.1.0
1616
type: module
1717
```
1818

tracker.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"multiple-entity-row": {
3-
"updated_at": "2020-02-14",
4-
"version": "3.0.0",
3+
"updated_at": "2020-03-08",
4+
"version": "3.1.0",
55
"remote_location": "https://raw.githubusercontent.com/benct/lovelace-multiple-entity-row/master/multiple-entity-row.js",
66
"visit_repo": "https://github.com/benct/lovelace-multiple-entity-row",
77
"changelog": "https://github.com/benct/lovelace-multiple-entity-row/blob/master/CHANGELOG.md"

0 commit comments

Comments
 (0)