0.86 script errors

Hey,

Updated to 0.86 this evening and my scripts have stopped working.

Here is one example:

In logs I see:
2019-01-30 00:50:22 WARNING (MainThread) [homeassistant.components.script] Not passing an entity ID to a service to target all entities is deprecated. Update your call to script.turn_on to be instead: entity_id: “*”
2019-01-30 00:50:23 ERROR (MainThread) [homeassistant.core] Error executing service <ServiceCall script.1hrtemp (c:5893dd4b799b494fb829c1d170869b2b)>

Not exactly sure why this is not working, maybe I’m reading it wrong but I am doing already what it has started telling me?

Ignore, it’s the notify action that is now entityless that is the problem. Working now.