Skip to content

Commit 8dc309f

Browse files
committed
Update version (4.4.0)
1 parent d2b3fb5 commit 8dc309f

File tree

6 files changed

+19
-6
lines changed

6 files changed

+19
-6
lines changed

CHANGELOG.md

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

4+
## 4.4.0
5+
6+
**Added:**
7+
- Support `last-changed` and `last-updated` states on additional entities (#101)
8+
- Support hiding entities based on specific value(s) or criteria (#218)
9+
- Formatting options `position`, `invert`, `kilo` and `duration-m` (#135, #151, #174)
10+
11+
**Changed:**
12+
- Replace outdated functionality from `custom-cards` with updated equivalents
13+
14+
**Fixed:**
15+
- Date/time inputs not respecting selected time format (#189)
16+
417
## 4.3.2
518

619
**Fixed:**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ to your `<config>/www/` folder and add the following to the `configuration.yaml`
1818
```yaml
1919
lovelace:
2020
resources:
21-
- url: /local/multiple-entity-row.js?v=4.3.2
21+
- url: /local/multiple-entity-row.js?v=4.4.0
2222
type: module
2323
```
2424

multiple-entity-row.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multiple-entity-row",
3-
"version": "4.3.2",
3+
"version": "4.4.0",
44
"description": "Show multiple entity states, attributes and icons on entity rows in Home Assistant's Lovelace UI",
55
"keywords": [
66
"home-assistant",

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { getEntityIds, hasConfigOrEntitiesChanged, hasGenericSecondaryInfo, hide
77
import { style } from './styles';
88

99
console.info(
10-
'%c MULTIPLE-ENTITY-ROW %c 4.3.2 ',
10+
'%c MULTIPLE-ENTITY-ROW %c 4.4.0 ',
1111
'color: cyan; background: black; font-weight: bold;',
1212
'color: darkblue; background: white; font-weight: bold;'
1313
);

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": "2021-12-22",
4-
"version": "4.3.2",
3+
"updated_at": "2021-12-23",
4+
"version": "4.4.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)