Description
I would like to have a filter that matches a name exactly (including circuit).
The ebus is quickly saturated if you allow too many entities.
So I want to create as little as possible entities.
For instance the name "WaterPressure" is in the circuit "bai" and circuit "ctlv3".
I only want the "bai" entity. And I do not want to have the "WaterPressureCount" entity.
And I also want the "Z1RoomTemp" of circuit "ctlv3".
I cannot configure this with the current filter-name and filter-circuit arguments.
I would like to create a list of entities that I do want. So in a file (or argument):
bai.WaterPressure
ctlv3.Z1RoomTemp
Description
I would like to have a filter that matches a name exactly (including circuit).
The ebus is quickly saturated if you allow too many entities.
So I want to create as little as possible entities.
For instance the name "WaterPressure" is in the circuit "bai" and circuit "ctlv3".
I only want the "bai" entity. And I do not want to have the "WaterPressureCount" entity.
And I also want the "Z1RoomTemp" of circuit "ctlv3".
I cannot configure this with the current filter-name and filter-circuit arguments.
I would like to create a list of entities that I do want. So in a file (or argument):
bai.WaterPressure
ctlv3.Z1RoomTemp