home_assistant-ble 1.0.0.pre.alpha.pre.9 → 1.0.0.pre.alpha.pre.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -5
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2fabf4c43e9222f9afd0e074b55608d252cd73cc
|
4
|
+
data.tar.gz: 753272e22fe5f04dcd36e7c186b19edab471a0c4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7989fe95c35629f845412d788abbdb22715acf4c18229f5f15b7d24c51b0aec9c105f17a46dfbc743972275414b7e2c8534f5e8b4d10e4a14825f07f4faa830f
|
7
|
+
data.tar.gz: c793083615f779165237cbfb6b1b8d22d9b4d8ef392dedc2f72df4980a04531b319464992d17a0b2c78ed5470a8515b7f5ec70d5d7084da083f4e5627cdf01c1
|
data/README.md
CHANGED
@@ -21,12 +21,12 @@ More instruction to launch this as a service with systemd (TODO).
|
|
21
21
|
## Configuration
|
22
22
|
|
23
23
|
```
|
24
|
-
interval: 30
|
25
|
-
grace_period: 60
|
24
|
+
interval: 30 # in seconds, interval between device scan
|
25
|
+
grace_period: 60 # in seconds, delay before considering a device has disappeared
|
26
26
|
home_assistant_url: http://localhost:8123 # url to contact home-assistant
|
27
|
-
home_assistant_password: xxxxx
|
28
|
-
home_assistant_devices:
|
29
|
-
F0:5C:F4:EA:BF:C8: nut1
|
27
|
+
home_assistant_password: xxxxx # non mandatory password to authenticate to home-assistant api
|
28
|
+
home_assistant_devices: # devices whose activity will be sent to home-assistant.
|
29
|
+
F0:5C:F4:EA:BF:C8: nut1 # [macaddress]: [identifier for home-assistant]
|
30
30
|
```
|
31
31
|
|
32
32
|
All presented settings (except `home_assistant_devices`) are set to their _default_ values. They don't need to be set.
|