Skip to content

Commit 9fcfcad

Browse files
authored
Update README.md
1 parent 96095a9 commit 9fcfcad

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,16 @@ Example:
108108

109109
Configuration file:
110110

111-
see included configuration file, this sets MQTT server, MQTT base topic and details about each BLE sensor. Key info you need to have is MAC Address of each sensor and the device type of each.
111+
Please note the program is very UNFORGIVING of format mistakes in this file! Lines must match format, the third line of column headers is required. See included configuration file, this sets MQTT server, MQTT base topic and details about each BLE sensor. Key info you need to have is MAC Address of each sensor and the device type of each.
112+
113+
```
114+
tcp://172.148.5.11:1883
115+
homeassistant/sensor/ble-temp/
116+
mac address, type, location
117+
DD:C1:38:70:0C:24, 1, LYWSD03MMC Living Room
118+
DD:C1:38:AC:28:A2, 1, LYWSD03MMC Shared Bathroom
119+
120+
```
112121

113122
Example Home Assistant MQTT sensor configuration:
114123
```

0 commit comments

Comments
 (0)