diff options
author | Loek Le Blansch <32883851+lonkaars@users.noreply.github.com> | 2021-08-13 14:03:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-13 14:03:33 +0200 |
commit | f1872e3b036e679d8e6b5f8e08c31da18caaa37a (patch) | |
tree | d5ff7c3656868780a4f29461eb3bbec535ec3cfa /readme.md | |
parent | b8c9fc19e6e35679a1b9125396448987d7a6e8d0 (diff) | |
parent | 886630c94bd76b5bec9aa5b2eeb8a6da7d6a0cc2 (diff) |
Merge pull request #1 from lonkaars/homeassistant
homebridge to homeassistant
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 19 |
1 files changed, 11 insertions, 8 deletions
@@ -1,13 +1,16 @@ -# homebridge-beken +# homeassistant-beken -> NOTE: requires python3 -> -> This plugin uses child_process to spawn a python script that does the actual -> communication with the bulb using the bluepy library. Bluepy uses a binary -> called bluepy-helper which should be run as root or given permission to -> directly talk to the bluetooth stack. +this used to be a homebridge plugin, but i switched from using homebridge to +homeassistant because homeassistant has way more functionality. you can still +get the homebridge plugin from +[npm](https://www.npmjs.com/package/homebridge-beken) or by running `sudo npm i +-g homebridge-beken`, and the code for that plugin is in the releases section +on this repo, though i don't intend on updating it anymore. -- a simple homebridge plugin that allows the control of a bulb that goes by +> installation *should* work with hacs, though i just `git clone` it into my +> `custom_components` directory because homeassistant is already janky. + +- a simple homeassistant plugin that allows the control of a bulb that goes by many names: - Shada Led's light - iLedBulb |