From b9ae851b12972add332e2d61a81accb3b7a874d1 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Fri, 17 Mar 2023 18:42:22 +0100 Subject: [PATCH] Add README --- README.org | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..e7cda4d --- /dev/null +++ b/README.org @@ -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]] +