Entity filter not working in SDK
Hi!!
I am trying filter entities data in SDK but no working, that`s my code:
- const openedDoors = await Resources.entities.getEntityData(env.entity_id, {
- filters: {
- opened: '1',
- },
- });
This code always return all the entity data.
I am doing something wrong?