Skip to content

Auto‐Reset

Martin Patfield edited this page Dec 2, 2025 · 6 revisions

Certain accessories can be configured to automatically turn off.

image

Note that the timer will be reset every time the accessory receives an "on" MQTT message.

Here is the list of currently supported accessories:

To configure via JSON, add the following to your accessory config:

{
  "autoReset": {
    "time": 2,
    "units": "SECONDS"
  }
}

Valid values for units are MILLISECONDS, SECONDS, MINUTES, or HOURS.

Clone this wiki locally