Install google-home-speak

// Menu: Google Home Speak Text
// Description: Tell Google Home to speak a message
// Author: John Lindquist
// Twitter: @johnlindquist
let GoogleHome = await npm("google-home-push")
// Find your device IP on your router or
// Home App -> Device -> Settings Gear -> Device Information
let home = new GoogleHome("10.0.0.3")
home.speak(await arg("Speak:"))