How can I make a light flash when the cell phone rings?

It’s fairly straightforward with Tasker and SharpTools if you decide to go that route.

I’ll post a video when it’s done uploading, but the gist of it is:

  1. Create a new Tasker Event profile for PhoneRinging
  2. Create a For loop that loops through the items 1:6
    (or however many times you want to toggle the light)
  3. In the loop add a PluginSharpTools: A Thing configured to toggle your desired light
  4. In the loop add a Wait for 1 second
    (or however quickly you want the light to toggle)
7 Likes