File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## 3.2.0
5+
6+ ** Fixed:**
7+ - State display for entities with ` device_class ` (#74 )
8+ - Default HA icon when state attribute icon is undefined (#71 )
9+
410## 3.1.1
511
612** Fixed:**
Original file line number Diff line number Diff line change 11# multiple-entity-row
22Show 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.1.1 -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.2.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
1212to your ` <config>/www/ ` folder and add the following to your ` ui-lovelace.yaml ` file:
1313``` yaml
1414resources :
15- - url : /local/multiple-entity-row.js?v=3.1.1
15+ - url : /local/multiple-entity-row.js?v=3.2.0
1616 type : module
1717` ` `
1818
Original file line number Diff line number Diff line change 11{
22 "multiple-entity-row" : {
3- "updated_at" : " 2020-03-08 " ,
4- "version" : " 3.1.1 " ,
3+ "updated_at" : " 2020-06-09 " ,
4+ "version" : " 3.2.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"
You can’t perform that action at this time.
0 commit comments