File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Expand file tree Collapse file tree 4 files changed +15
-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.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:**
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.4 .0
19+ - url : /local/multiple-entity-row.js?v=3.5 .0
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.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 ) ;
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments