Is it possible to setup the filter to ignore certain block names (and in turn all differences below that block)?
That is not possible right now, but it’s a good feature request. I can think of a couple ways it might work:
- A) ignore a single block based on a fully qualified path
/controls/climate/HD_INFO
- B) ignore all blocks with a specific name
HD_INFO
- C) ignore all blocks whose path matches a glob
**/HD_INFO/controls/**/HD_INFO
Of these three, C seems the most flexible. Would it meet the needs of the problem you’re facing Ryan?
Yes I think C would be the most versatile and would definitely accomplish what I am looking for. Thank you!