aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-12-25 12:12:58 +0100
committerlonkaars <loek@pipeframe.xyz>2023-12-25 12:13:02 +0100
commit36cf84169e6eeb49a538c91ce00f261300462c08 (patch)
tree02157b589d4474b9b781baaf0b202bd9e5e87b49
parentad204bd8be2907ae07e8685ba19d2cba4df301f7 (diff)
add a smidgen of documentationHEADmaster
-rw-r--r--readme.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 3365eee..ddf07f3 100644
--- a/readme.md
+++ b/readme.md
@@ -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