mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 01:36:49 +00:00
Only show Z-Wave entities in zwave config
This commit is contained in:
parent
7c9c03a087
commit
53ecbbaa13
@ -164,8 +164,7 @@ Polymer({
|
||||
return Object.keys(hass.states).map(function (key) { return hass.states[key]; })
|
||||
.filter(function (el) {
|
||||
return (!el.attributes.hidden &&
|
||||
true);
|
||||
// 'node_id' in el.attributes);
|
||||
'node_id' in el.attributes);
|
||||
})
|
||||
.sort(function (entityA, entityB) {
|
||||
if (entityA.entity_id < entityB.entity_id) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user