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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -5
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c50f7f6a4a0b33fb102dae2d7c7668c9e877e401
4
- data.tar.gz: 5369ec3a6a3d708aa9a31bae8d96fa73a24e8dce
3
+ metadata.gz: 2fabf4c43e9222f9afd0e074b55608d252cd73cc
4
+ data.tar.gz: 753272e22fe5f04dcd36e7c186b19edab471a0c4
5
5
  SHA512:
6
- metadata.gz: ea16b3d7d5d229ed93eac7052a6b340f56f3c0df156a83b916748dbacdeb0ba98f4e523a3f8e96af85719864ff54d7b201f319da79e7ad67bb1eeb6137969e23
7
- data.tar.gz: de96936ffc772ca41cfc50f96326b7ca70e12974e42dc087c988ec4eb3699ac586cd33840813101da5e6c5a35f5feeb2939442e723332802ffdeef03629101af
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 # in seconds, interval between device scan
25
- grace_period: 60 # in seconds, delay before considering a device has disappeared
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 # a 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]
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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: home_assistant-ble
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.alpha.pre.9
4
+ version: 1.0.0.pre.alpha.pre.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Grégoire Seux