Use the Get Entities node to retrieve Home Assistant entities
mainThe Get Entities node retrieves entities from Home Assistant based on specific search criteria. It is used for filtering entities that match certain conditions, such as finding all lights that are currently 'on' or sensors within a specific range.
All specified search criteria must be met for an entity to be considered valid. You can configure the node via its UI or override settings using the msg.payload object.