You can connect an event state node, just enter the entity and nothing else. Connect to debug and in the drop down choose complete msg object. This will give you the full message that comes from the sensor. It usually isn’t just state.
Run the dryer, look at the final messages it sends. You should be able to find something in there that is only sent at the end. You can then use a switch node to filter and send only the final message to a call service node(alexa) command.
Use copy path from the debug info in the change node.
[{"id":"b6cd09ee.ea6138","type":"server-state-changed","z":"7d105d71.cc18e4","name":"dryer","server":"6b1110b5.183a4","version":3,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityidfilter":"","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"","halt_if_type":"str","halt_if_compare":"is","outputs":1,"output_only_on_state_change":true,"for":0,"forType":"num","forUnits":"minutes","ignorePrevStateNull":false,"ignorePrevStateUnknown":false,"ignorePrevStateUnavailable":false,"ignoreCurrentStateUnknown":false,"ignoreCurrentStateUnavailable":false,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"data","propertyType":"msg","value":"","valueType":"eventData"},{"property":"topic","propertyType":"msg","value":"","valueType":"triggerId"}],"x":170,"y":2940,"wires":[["722fe240.6bd6cc","bbec74fb.0b077"]]},{"id":"722fe240.6bd6cc","type":"debug","z":"7d105d71.cc18e4","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":420,"y":2940,"wires":[]},{"id":"bbec74fb.0b077","type":"switch","z":"7d105d71.cc18e4","name":"","property":"get the path from debug","propertyType":"msg","rules":[{"t":"eq","v":"value from debug","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":430,"y":3020,"wires":[["347caa6b.4b8a76"]]},{"id":"347caa6b.4b8a76","type":"api-call-service","z":"7d105d71.cc18e4","name":"alexa","server":"6b1110b5.183a4","version":3,"debugenabled":false,"service_domain":"","service":"","entityId":"","data":"","dataType":"jsonata","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":630,"y":3020,"wires":[[]]},{"id":"6b1110b5.183a4","type":"server","name":"Home Assistant","version":1,"legacy":false,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true}]