Hello all, after I searched and tried several ways I couldn’t find a solution. I have about 10 flows defined, including several nodes (home-assistant service) f.e. turning on/off lights.
Overtime it happens, that I RENAME the entity in home-assistant, therefore the flow does not work anymore. How can I identify those invalid nodes as the entity-id does not exist any more?
I am looking to search for all conflicting (because not available/defined from HA) nodes in all flows? Is there a way?
In following example “fernsehlicht1” is valid (existing), “fernsehlicht7” is not (existing). Is there any advance search to identify it?
[{"id":"5418438e.9dc73c","type":"debug","z":"70c71fee.cab748","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":650,"y":400,"wires":[]},{"id":"6f4c3ffd.993bb","type":"inject","z":"70c71fee.cab748","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":120,"y":360,"wires":[["41404e6c.aaad9","db8ab6db.7b3638","dc3b50e5.20e728"]]},{"id":"41404e6c.aaad9","type":"trigger-state","z":"70c71fee.cab748","name":"","server":"77f235a2.d6e4c4","exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityid":"light.fernsehlicht7","entityidfiltertype":"exact","debugenabled":false,"constraints":[],"outputs":2,"customoutputs":[],"outputinitially":false,"state_type":"str","x":370,"y":360,"wires":[["5418438e.9dc73c"],["5418438e.9dc73c"]]},{"id":"dc3b50e5.20e728","type":"trigger-state","z":"70c71fee.cab748","name":"","server":"77f235a2.d6e4c4","exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityid":"light.fernsehlicht1","entityidfiltertype":"exact","debugenabled":false,"constraints":[{"targetType":"this_entity","targetValue":"","propertyType":"current_state","comparatorType":"is","comparatorValueDatatype":"str","comparatorValue":"","propertyValue":"new_state.state"}],"outputs":2,"customoutputs":[],"outputinitially":false,"state_type":"str","x":370,"y":300,"wires":[["5418438e.9dc73c"],[]]},{"id":"db8ab6db.7b3638","type":"api-call-service","z":"70c71fee.cab748","name":"","server":"77f235a2.d6e4c4","version":1,"debugenabled":false,"service_domain":"homeassistant","service":"turn_on","entityId":"light.fernsehlicht7","data":"","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":360,"y":480,"wires":[["5418438e.9dc73c"]]},{"id":"77f235a2.d6e4c4","type":"server","z":"","name":"Home Assistant","legacy":false,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true}]