Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

From the plugin Settings in Homebridge, add an accessry.


or 

Add the following to the config.json

        {
            "name""Bathroom Speaker Delay Switch",
            "delay"600000,
            "sensorType""motion",
            "flipSensorState"false,
            "startOnReboot"false,
            "accessory""DelaySwitch"
        }
    


Create an automation to trigger a motion detection after a delay when the speaker is turned on

...