Add HomeKit support via Homebridge with homebridge-button-platform
-
Hey folks,
I have published a Homebridge plugin that will create virtual buttons in HomeKit that you can trigger using the "Internet Request" action of the Flic Hub LR.
Check it out here: https://www.npmjs.com/package/homebridge-button-platform
To configure your Flic, just add an Internet Request with the following values:
- URL:
http://<homebridge>:<port>/uri
- Method:
POST
- Content Type:
application/x-www-form-encoded
- Body:
event=click
(Ordouble-click
orhold
)
If you have any questions or problems, please open an issue on GitHub: https://github.com/djelibeybi/homebridge-button-platform
Hopefully someone else finds this useful!
- URL: