Kind of new to Node Red here. So I’m trying to poll multiple entities every 60 seconds using the “Get Entities” node on Node Red (running as an Add-On on Home Assistant) - I’m not sure what I’m doing wrong, all I see is “no results” (see attached screenshot)
Can someone please explain to me what I’m doing wrong here?
My end goal is to send values over MQTT. I’m able to successfully do this using the “Poll State” node+function node (that modifies payload into the json format I want) + mqtt out node - but this works for one entity at a time. I’m trying to do this for multiple entities using a single flow.
How exactly do I assign an AND operator anywhere on the GUI? There seems to be no such provision
entity_idstarts withlight
The funny thing is, the Entity Property field has no ‘entity_id’ option available in its list of selectable items. I can see state, last_changed, etc., but not any ‘entity_id’