mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Hide passive zones
This commit is contained in:
parent
c3337e8932
commit
8dce85f92a
@ -43,7 +43,9 @@ export default new Polymer({
|
||||
bindNuclear: [
|
||||
entityGetters.entityMap,
|
||||
entities => entities.valueSeq()
|
||||
.filter(entity => entity.domain === 'zone').toArray(),
|
||||
.filter(entity => entity.domain === 'zone' &&
|
||||
!entity.attributes.passive)
|
||||
.toArray(),
|
||||
],
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user