ha-linak-desk/README.org

18 lines
1,011 B
Org Mode
Raw Permalink Normal View History

#+OPTIONS: toc:nil
2023-03-17 18:43:11 +01:00
2023-03-17 18:42:22 +01:00
* HA Linak Desk integration
This component adds support for Linak desks to [[https://www.home-assistant.io][Home Assistant]]. It is in a very early state of development, no guarantees.
It should be compatible with any Bluetooth capable controller from [[https://www.linak.com][Linak]], including the [[https://www.ikea.com/nl/en/p/idasen-desk-sit-stand-brown-dark-grey-s79280955/][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 [[https://github.com/rhyst/idasen-controller][idasen-controller]] by [[https://github.com/rhyst][@rhyst]]
- Inspiration on how to build Bluetooth component was taken from the [[https://www.home-assistant.io/integrations/melnor/][Melnor integration]] by [[https://github.com/vanstinator][@vanstinator]]