diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-12-25 12:12:58 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-12-25 12:13:02 +0100 |
commit | 36cf84169e6eeb49a538c91ce00f261300462c08 (patch) | |
tree | 02157b589d4474b9b781baaf0b202bd9e5e87b49 | |
parent | ad204bd8be2907ae07e8685ba19d2cba4df301f7 (diff) |
-rw-r--r-- | readme.md | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -8,8 +8,19 @@ - [here's](https://wiki.fhem.de/wiki/BEKEN_iLedBlub) the bluetooth protocol definition. - sort of stable -- does require manual bluetooth pairing using `bluetoothctl` (or similar) on - the device running homeassistant + +## configuration + +1. Pair the lamp using `bluetoothctl` (or similar) on the device running + homeassistant +2. Add to configuration.yaml (address is the bluetooth mac address which is + shown in `bluetoothctl`): + ```yaml + light: + - platform: beken + name: "human readable name" + address: "XX:XX:XX:XX:XX:XX" + ``` > The following command was in a separate file, I don't remember if it was a > temporary fix or is still required: `sudo setcap |