mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-10 10:56:34 +00:00
Show value details on zwave panel (#305)
This commit is contained in:
parent
865b05b510
commit
81ab4ff8a8
@ -107,7 +107,7 @@ Polymer({
|
||||
},
|
||||
|
||||
computeSelectCaption: function (item) {
|
||||
return item.value.label;
|
||||
return item.value.label + ' (Instance: ' + item.value.instance + ', Index: ' + item.value.index + ')';
|
||||
},
|
||||
|
||||
computeGetValueName: function (selectedValue) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user