Bas Nijholt
|
01d651c67d
|
Sort imports according to PEP8 for device_tracker (#29666)
|
2019-12-09 12:14:38 +01:00 |
Ville Skyttä
|
33e1b44b3a
|
Use PEP 526 type annotations, add some type hints (#26464)
* Add some more type hints to helpers.event
* Change most type comments to variable types
* Remove some superfluous type hints
|
2019-09-07 09:48:58 +03:00 |
Paulus Schoutsen
|
4de97abc3a
|
Black
|
2019-07-31 12:25:30 -07:00 |
nierob
|
979f801488
|
Avoid creating temporary lists (#25317)
That gives nano performance improvements as *() is slightly faster
then *[].
|
2019-07-19 13:36:18 -07:00 |
Paulus Schoutsen
|
e6d7f6ed71
|
Config entry device tracker (#24040)
* Move zone helpers to zone root
* Add config entry support to device tracker
* Convert Geofency
* Convert GPSLogger
* Track unsub per entry
* Convert locative
* Migrate OwnTracks
* Lint
* location -> latitude, longitude props
* Lint
* lint
* Fix test
|
2019-05-25 13:34:53 -07:00 |
Paulus Schoutsen
|
f995ab9d54
|
Don't pass in loop (#23984)
* Don't pass in loop
* Revert some changes
* Lint + Axis revert
* reinstate loop
* Fix a test
* Set loop
* Update camera.py
* Lint
|
2019-05-22 21:09:59 -07:00 |
Paulus Schoutsen
|
70ed58a78d
|
Restructure device tracker (#23862)
* Restructure device tracker
* Docstyle
* Fix typing
* Lint
* Lint
* Fix tests
|
2019-05-15 23:43:45 +02:00 |