Q: how I can dynamically show devices in the custom page?

hi!

how I can show devices only with some attributes?
how I can show devices only in certain stages?

for example:

var lightingNow = devices.where(_=>_.interface == "lighting" and value == "on");

or mb

var lightingNow = deviceGroup.where(_=>_.interface == "lighting" and value == "on");

fsck! :angry:(