Can someone modify the big switch app to call Hello Home Phrases?

Double check your dynamic page definition:

dynamicPage(name: "selectPhrases", title: "Configure Your Hello Home Phrase.", install: true, uninstall: true)

Make sure install is set to true, originally you were setting that value to configured and I too noticed the event wasn’t firing.