homebridge-delay-switch
Advanced tools
Comparing version 2.1.3 to 2.1.4
{ | ||
"name": "homebridge-delay-switch", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "Delay switches for Homebridge: https://github.com/nfarina/homebridge", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -7,8 +7,13 @@ <img src="branding/hoobs_homebridge_delayswitch.svg" width="700px"> | ||
[![Version](https://img.shields.io/npm/v/homebridge-delay-switch)](https://www.npmjs.com/package/homebridge-delay-switch)<br> | ||
[![certified-hoobs-plugin](https://badgen.net/badge/HOOBS/Certified/yellow)](https://plugins.hoobs.org) [![hoobs-support](https://badgen.net/badge/HOOBS/Support/yellow)](https://support.hoobs.org) | ||
[![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins) [![Homebridge Discord](https://img.shields.io/discord/432663330281226270?color=728ED5&logo=discord&label=discord)](https://discord.gg/kqFA2K)<br> | ||
[![certified-hoobs-plugin](https://badgen.net/badge/HOOBS/Certified/yellow)](https://plugins.hoobs.org?ref=10876) [![hoobs-support](https://badgen.net/badge/HOOBS/Support/yellow)](https://support.hoobs.org?ref=10876) | ||
With this plugin, you can create any number of fake switches that will start a timer when turned ON, when the delay time is reached the switch will automatically turn OFF and trigger a dedicated motion sensor for 3 seconds. This can be very useful for advanced automation with HomeKit scenes - when delayed actions are required. | ||
## How to install | ||
## Installations | ||
This plugin is [HOOBS](https://hoobs.org/?ref=10876) certified and can be easily installed and configured through their UI. | ||
If you don't use HOOBS (or Homebridge UI), keep reading: | ||
* ```sudo npm install -g homebridge-delay-switch``` | ||
@@ -15,0 +20,0 @@ * Create an accessory in your config.json file |
53347
77