Skip to content

Commit 53a9b8d

Browse files
committed
Update version (3.5.0)
1 parent 7b2dd01 commit 53a9b8d

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

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

4+
## 3.5.0
5+
6+
**Added:**
7+
- Support custom styling on state and entity objects (#111, #112)
8+
- Format option `precision<0-9>` for value decimal precision (#110)
9+
- Option `hide_unavailable` to hide entity if unavailable (#77)
10+
11+
**Fixed:**
12+
- Secondary info name not being rendered when `format` option is set (#60)
13+
- Call correct service when toggling `lock` or `cover` entity (#32)
14+
415
## 3.4.0
516

617
**Added:**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ to your `<config>/www/` folder and add the following to the `configuration.yaml`
1616
```yaml
1717
lovelace:
1818
resources:
19-
- url: /local/multiple-entity-row.js?v=3.4.0
19+
- url: /local/multiple-entity-row.js?v=3.5.0
2020
type: module
2121
```
2222

multiple-entity-row.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
((LitElement) => {
22
console.info(
3-
'%c MULTIPLE-ENTITY-ROW %c 3.4.0 ',
3+
'%c MULTIPLE-ENTITY-ROW %c 3.5.0 ',
44
'color: cyan; background: black; font-weight: bold;',
55
'color: darkblue; background: white; font-weight: bold;',
66
);

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-10-09",
4-
"version": "3.4.0",
3+
"updated_at": "2020-10-20",
4+
"version": "3.5.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)