No description
custom_components/linak_desk | ||
.gitignore | ||
hacs.json | ||
info.md | ||
LICENSE | ||
README.org |
HA Linak Desk integration
This component adds support for Linak desks to Home Assistant. It is in a very early state of development, no guarantees.
It should be compatible with any Bluetooth capable controller from Linak, including the IDÅSEN desk sold by IKEA (which I own and so have tested).
Install
Download and put in your home-assistant-config>/custom_components/
directory. Restart Home Assistant and it should get discovered automatically. Otherwise, add it manually.
Acknowledgements
- The protocol was borrowed from idasen-controller by @rhyst
- Inspiration on how to build Bluetooth component was taken from the Melnor integration by @vanstinator