Hydreliox
7771cc2ccf
Add Bbox Modem Routeur for device tracker ( #3848 )
2016-10-13 19:43:51 -07:00
Erik Eriksson
63d9ea6643
slugify ( #3777 )
2016-10-09 09:15:58 -07:00
Johann Kellerman
4d9bac6f9c
Coerce device IDs from known_devices to be slugs ( #3764 )
...
* Slugify & consider_home test fix [due to load valid PR]
* undo schema change
* Fix slugify error
2016-10-08 14:40:50 -07:00
Johann Kellerman
fb94aaa5a1
Load yaml using validator and include consider_home ( #3743 )
...
* Load yaml using validator, consider_home
* timedelta, track_if_away
* improve voluptuous
* Add default back
* Change time_period validation order
2016-10-07 18:08:33 -07:00
Erik Eriksson
fccc7e69d0
Improved exception handling. Don't stop updating from server because of exception. ( #3724 )
2016-10-07 17:24:02 -07:00
Fabian Affolter
12f1be9b1c
Fix PEP257 issues and ordering ( #3720 )
2016-10-05 17:32:29 -07:00
Erik Eriksson
5900d8a2c1
only query vehicle attributes once ( #3668 )
...
use registration number as dev id
2016-10-04 00:58:25 -07:00
Erik Eriksson
287a7e2720
Support for encrypted payload ( #3587 )
2016-10-04 00:57:37 -07:00
deisi
c93b63963b
Fix 3621 ( #3642 )
...
Happens when the scanner searches for a mac address, that has been forgotten
by the fritzbox.
2016-10-04 00:47:58 -07:00
Erik Eriksson
9f8acbec95
Add support for tracking position and status for a Volvo car ( #3617 )
2016-10-01 23:00:01 -07:00
Paulus Schoutsen
a1488b46f6
Fix zone being setup twice
2016-09-24 00:04:03 -07:00
Paulus Schoutsen
8251039ca4
Fix nmap config ( #3482 )
2016-09-22 08:44:18 -07:00
Johann Kellerman
169f054c6c
Use voluptuous for nmap, tplink, thomson device trackers ( #3124 )
...
* Use Voluptuous for nmap, tplink, thomson device_trackers
* Fix logic
2016-09-17 23:44:15 -07:00
Teagan Glenn
8189ec2c8d
Automatic polling ( #3360 )
...
* Test updating automatic
* Scan interval
* Schedule scan every time delta
* Pass around has
* Recursive issue
* Method invocation
* Oops
* Set up poll
* Default argument value
* Unused import
* Semicolon
* Fix tests
* Linting
* Unneeded throttle as it's handled by time event
* Use track time change event listener
* Disable lint rule
* Attribute removed - removing test
* Debug instead of info
* Unused import
2016-09-12 19:59:34 -07:00
clach04
c90cc77c41
bluetooth_le_tracker clarify header with LE ( #3328 )
2016-09-12 07:56:12 +02:00
Teagan Glenn
360a650370
Automatic Device Tracker Bug Fix ( #3330 )
...
* Iterate over items
* Pass display name as host name
2016-09-11 21:53:05 -07:00
Johann Kellerman
dba78b02da
Add voluptuous to locative ( #3254 )
2016-09-12 01:12:28 +02:00
Mal Curtis
8438001942
Fix TP-Link Archer C7 long passwords ( #3225 )
...
* Fix tplink C7 long passwords
Fixes an issue where passwords longer than 15 chars could not log in to Archer C7 routers.
* Truncate in correct place
* Add comment about TP-Link C7 pass truncation
* Fix lint error
* Truncate comment at 79 chars not 80
2016-09-10 08:08:51 -07:00
Johann Kellerman
47864fc7d7
Owntracks voluptuous fix ( #3191 )
2016-09-06 18:35:10 -07:00
Bart274
9ade87013e
Bluetooth: keep looking for new devices ( #3201 )
...
* keep looking for new devices
* Update bluetooth_tracker.py
* change default value for tracking new devices
* remove commented code
2016-09-06 11:51:36 -06:00
Johann Kellerman
17a2cac7e1
Use Voluptuous for Luci and Netgear device trackers ( #3123 )
...
* Use Voluptuous for Luci and NEtgear device trackers
* str_schema shortcut
* Undo str_schema
2016-09-05 11:37:36 -06:00
Johann Kellerman
ad52816595
Use voluptuous for BT and Owntracks device trackers ( #3187 )
...
🐬
2016-09-04 11:10:20 -06:00
Johann Kellerman
22362727e4
Use voluptuous for Unifi, Ubus ( #3125 )
2016-09-04 10:06:16 +02:00
Open Home Automation
db7f6a328f
Bugfix: ctach Runtime errors ( #3153 )
...
"RuntimeError: Disable scan failed" has been seen in a live installation
2016-09-03 16:47:11 -07:00
Dan
68ef55a982
Add exclude option to nmap device tracker ( #2983 )
...
* Add exclude option to nmap device tracker
Adds an optional exclude paramater to nmap device tracker.
Devices specified in the exclude list will never be scanned
by nmap. This can help to reduce log spam.
ex:
```
device_tracker:
- platform: nmap_tracker
hosts: 10.0.0.1/24
home_interval: 1
interval_seconds: 12
consider_home: 120
track_new_devices: yes
exclude:
- 10.0.0.2
- 10.0.0.1
```
* Handle optional exclude
* Style fixed
2016-09-03 16:41:38 -07:00
Johann Kellerman
91a3522100
Improve voluptuous and login errors for Asus device tracker ( #3170 )
2016-09-03 17:32:43 -06:00
Johann Kellerman
fe7f797ad9
Add voluptuous for tomato and SNMP ( #3172 )
2016-09-03 17:30:48 -06:00
Teagan Glenn
601395bc12
Automatic ODB device tracker & device tracker attributes ( #3035 )
2016-09-03 18:38:17 +02:00
Johann Kellerman
a571271c39
Use voluptuous for Aruba ( #3119 )
2016-09-01 22:28:46 -06:00
Johann Kellerman
586e47d08d
Use Voluptuous for BT Home Hub ( #3121 )
2016-09-01 22:28:28 -06:00
Johann Kellerman
78f0e681ed
Use voluptuous for Fritzbox and DDWRT ( #3122 )
2016-09-01 22:28:03 -06:00
Johann Kellerman
dadcf92290
Allow 'None' MAC to be loaded from known_devices ( #3102 )
2016-09-02 00:02:35 +02:00
Open Home Automation
83f1272662
Fix for BLE device tracker ( #3019 )
...
* Bug fix tracked devices
* Added scan_duration configuration parameter
2016-09-01 22:18:58 +02:00
Fabian Affolter
24d412938e
Use voluptuous for HDMI CEC & CONF_DEVICES constants ( #3107 )
2016-09-01 22:04:00 +02:00
Greg Dowling
0943cc78cd
Merge pull request #2973 from nma83/owntracks-waypoint-import
...
Owntracks waypoint import
2016-08-31 15:25:49 +01:00
NMA
12e2c38436
Code review feedback from @pavoni
2016-08-31 08:16:01 +05:30
Johann Kellerman
55d305359e
Device tracker component & platform validation. No more home_range. ( #2908 )
...
* Device tracker component & platform validation. No more home_range.
* Mock, bluetooth
* Renamed _CONFIG_SCHEMA. Raise warning for #1606
* test duplicates
* Fix assert
* Coverage
* Typing
* T fixes
2016-08-30 10:22:52 -06:00
Daniel
62bbda1f82
Bug fix for asuswrt device_tracker. Issue #3015
2016-08-29 08:23:20 +02:00
Daniel Høyer Iversen
821b3d7fac
Bug fix for asuswrt device_tracker. Issue #3015 ( #3016 )
...
🐬
2016-08-28 17:34:01 -06:00
NMA
70fe7f747a
* Improved zone naming in waypoint import
...
* Added more test coverage for owntracks and zone
2016-08-28 13:18:30 +05:30
Johann Kellerman
6f1c97b9d3
Voluptuous for AsusWRT ( #2998 )
...
* Voluptuous for AsusWRT
2016-08-27 22:30:06 +02:00
NMA
5a25c74276
Refactored zone creation based on code review feedback, enhanced configuration
2016-08-26 19:52:08 +05:30
NMA
2ca3541eac
Fixed zone test break and code style issues
2016-08-25 21:33:07 +05:30
NMA
95b7a8c4b9
Removed redundant assignment to CONF_WAYPOINT_IMPORT_USER
2016-08-25 17:07:53 +05:30
NMA
185ae50e24
Rebased to upstream
2016-08-25 17:02:45 +05:30
NMA
e6b7511e7d
Added test for Owntracks waypoints import
2016-08-25 16:52:22 +05:30
NMA
1ada7d6211
Backend support for importing waypoints from owntracks as HA zones
2016-08-25 16:52:22 +05:30
NMA
2bea5a484f
Added test for Owntracks waypoints import
2016-08-25 16:47:34 +05:30
Teagan Glenn
d2f7b3c7db
Merge pull request #2922 from dpford/tplink-5g
...
Add tplink Archer C7 device tracking support for 5Ghz networks
2016-08-21 16:49:19 -06:00
Dan Ford
2b4980ae5d
Add tplink Archer C7 device tracking support for 5Ghz networks
2016-08-21 13:09:44 -07:00