homebridge-automate
v1.0.0
Published
Toggle devices and more at specific times of the day with ease
Downloads
7
Maintainers
Readme
Homebridge Automate
A simple way to have cronjob style intervals trigger actions in your home.
Install/Usage
- Install with
sudo npm install -g homebridge-automate
- Add new dummy motion sensors with cronjob intervals to your
accessories
array:
{
"accessory": "HomeAutomate",
"name": "<Unique name>",
"intervals": [
"<your intervals here>"
]
}
You can now trigger actions based on this motion sensor which triggers at your set intervals. For help with finding crontab intervals, check out crontab guru