Add README

This commit is contained in:
Erwin Boskma 2023-03-17 18:42:22 +01:00
parent ea6cd20b86
commit b9ae851b12
Signed by: erwin
SSH key fingerprint: SHA256:CyeNoWXd3kjX2Nwu6pDxxdS7OqmPVOy0NavA/KU/ntU

15
README.org Normal file
View file

@ -0,0 +1,15 @@
* 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]]