File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
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.5.1
5+
6+ ** Fixed:**
7+ - Unit not being rendered when ` format ` option is set (#117 )
8+
49## 3.5.0
510
611** Added:**
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ to your `<config>/www/` folder and add the following to the `configuration.yaml`
1616``` yaml
1717lovelace :
1818 resources :
19- - url : /local/multiple-entity-row.js?v=3.5.0
19+ - url : /local/multiple-entity-row.js?v=3.5.1
2020 type : module
2121` ` `
2222
Original file line number Diff line number Diff line change 11( ( LitElement ) => {
22 console . info (
3- '%c MULTIPLE-ENTITY-ROW %c 3.5.0 ' ,
3+ '%c MULTIPLE-ENTITY-ROW %c 3.5.1 ' ,
44 'color: cyan; background: black; font-weight: bold;' ,
55 'color: darkblue; background: white; font-weight: bold;' ,
66 ) ;
Original file line number Diff line number Diff line change 11{
22 "multiple-entity-row" : {
33 "updated_at" : " 2020-10-20" ,
4- "version" : " 3.5.0 " ,
4+ "version" : " 3.5.1 " ,
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