homebridge-haa-downloader
v1.1.7
Published
Homebridge plugin for download HAA updates
Downloads
32
Maintainers
Readme
Homebridge HAA Downloader
Programming is not easy. If you like this plugin or want to contribute to future development, a donation will help.
Homebridge plugin to download HAA (Home Accessory Architect) updates.
Requirements
Description
HAA - Home Accessory Architect is a native HomeKit support to any device with an ESP8266 or ESP8285 microcontroller. The project is written by José Antonio Jiménez Campos / RavenSystem. This plugin create Occupancy sensor that alart when an HAA update is available and a switch to pull the update files. This plugin is for those who use custom update server.
Configuration
Add this to the platforms array in your config.json:
{
"name": "HAA-Downloader",
"interval": 1,
"directory": "../HaaUpdates",
"currentVersionFile": "../currentVersion.txt",
"platform": "haa-downloader"
}
Notes
homebridge-haa-downloader