Kevin Fronczak and GitHub
414b647dc8
Merge pull request #189 from fronzbot/timeout
...
Improved timeout, prevent blocking on startup when unable to login
2019-06-17 11:54:17 -04:00
Kevin Fronczak
741cf489c8
Fix tests for improved login routine
2019-06-17 11:11:07 -04:00
Kevin Fronczak
8b7a491c89
Remove thumbnail from homescreen method
2019-06-17 10:20:23 -04:00
Kevin Fronczak and GitHub
8fb1116641
Merge branch 'dev' into update-subdomains
2019-05-21 23:37:00 -04:00
Kevin Fronczak
50b1a35168
Update tests
2019-05-21 22:46:11 -04:00
Kevin Fronczak
cf65648293
Add legacy flag to be able to use old 'rest.region' subdomain
2019-05-20 21:15:08 -04:00
Kevin Fronczak
130aa8382a
Change subdomain from rest.region to rest-region
2019-05-18 18:23:46 -04:00
Kevin Fronczak
92d89b9fe5
Change battery percentage to state
2019-05-18 12:42:01 -04:00
Kevin Fronczak
43c1162634
Added vieo endpoint key changes to motion detect logic
2019-05-18 10:54:24 -04:00
Kevin Fronczak
4db7a33ef3
Added changed video download endpoint
2019-05-18 10:48:58 -04:00
Kevin Fronczak
d8bac39c52
Added ability to have multiple backup api endpoints for logging in
2019-03-01 16:03:22 -05:00
Kevin Fronczak
2ca6b9edda
-_-
2019-03-01 14:25:46 -05:00
Kevin Fronczak
09c168f6e8
Remove blank line at EOF
2019-03-01 13:53:13 -05:00
Kevin Fronczak
414eabd3ae
Add test for get_camera method. Downgrade travis lint to 3.5.3
2019-03-01 13:52:13 -05:00
Kevin Fronczak
793797e3a7
Fixed issues with new endpoint
2019-03-01 13:09:03 -05:00
Kevin Fronczak
602b6160ab
New method to retrieve cameras due to api change
2019-03-01 11:35:30 -05:00
Kevin Fronczak
74aad2af1c
Added throttles to api calls
2019-02-26 09:53:49 -05:00
Kevin Fronczak
a8b731fe21
Adds throttle decorator
2019-02-17 23:19:28 -05:00
Kevin Fronczak
67cd4ab962
fix lint
2019-01-31 21:08:55 -05:00
Kevin Fronczak
1a2017b337
Remove logging improvements because they sucked
2019-01-31 21:02:06 -05:00
Kevin Fronczak
ae5d73e197
Fix for lint errors
2019-01-31 13:24:14 -05:00
Kevin Fronczak
9738f84457
Add download videos routine
2019-01-31 12:56:08 -05:00
Kevin Fronczak and GitHub
bc14ab053c
Merge branch 'dev' into backup-temp
2019-01-30 13:01:53 -08:00
Kevin Fronczak
92f908928d
Set calibrated temperature to default to temperature if endpoint fails
2019-01-29 23:13:31 -05:00
Kevin Fronczak
da537773a7
Add repeat log handling filter.
...
- Added exc_info=True to some errors for traceback logging
2019-01-29 23:09:28 -05:00
Kevin Fronczak
8dea1a4312
Added try/excepts around methods that would bomb setup if api fails
2019-01-26 19:41:01 -05:00
Kevin Fronczak
ac28dddd8b
Finished adding docstrings, added version attr to Blink class
2019-01-26 16:20:48 -05:00
Kevin Fronczak
46c5d5eb3c
Added check videos tests
...
- Moved motion detection setting to happen prior to return to prevent
motion detect sticking upon api failure
2019-01-26 15:40:02 -05:00
Kevin Fronczak
1922b2535c
Fix linting errors
2019-01-26 14:45:11 -05:00
Kevin Fronczak
4297290fba
Fix broken tests
2019-01-26 14:35:28 -05:00
Kevin Fronczak
1daf5d22af
Fix lint, remove some camera tests
2019-01-25 20:51:14 -05:00
Kevin Fronczak
2ee2ae7d4e
Add calibrated temperature property ( fixes #133 )
2019-01-02 11:35:40 -05:00
Kevin Fronczak
5a8af75a5b
Added cameras dict to blink to keep track of ALL cameras
2018-11-23 17:47:44 -05:00
Kevin Fronczak
ed25745deb
Added case insesnitive dict, changed sync module name to network name
...
(to mimic app)
2018-11-23 16:36:17 -05:00
Kevin Fronczak
a1fd05735e
Initial support for multiple sync modules
2018-11-23 14:22:54 -05:00
Kevin Fronczak
1e0d069dcd
Fix linting errors
2018-11-20 21:16:41 -05:00
Kevin Fronczak
a6e02433b6
Fix #113
2018-11-20 21:12:12 -05:00
Kevin Fronczak
d17183a152
Fixed broken sync module test
2018-11-19 12:42:54 -05:00
md-reddevil and GitHub
cec6035d23
fix tests after API changes
2018-11-18 14:01:22 +02:00
Kevin Fronczak
1a12eb367f
Added additional re-auth attempt in try/except
2018-10-18 12:49:18 -04:00
Kevin Fronczak
f61f68a5c2
Fix reauthorization bug
2018-10-18 12:23:23 -04:00
Kevin Fronczak
3af105edf5
Check for 'None' clip before saving to cache
2018-10-16 15:26:15 -04:00
Kevin Fronczak
5057592b0d
Fix blink_functions test
2018-10-16 13:52:09 -04:00
Kevin Fronczak
13bb819e07
Added network checking
2018-10-16 13:28:44 -04:00
Kevin Fronczak
eefa9252e5
[WIP] Adding in network checking
2018-10-16 12:27:57 -04:00
Kevin Fronczak
1b9bba7c3d
Modified tests, added homescreen thumbnail backup Fixes #93
2018-10-15 20:52:05 -04:00
Kevin Fronczak
f7a5b5cc03
Tests now working
...
- Simplified tests a bit
2018-10-14 00:12:44 -04:00
Kevin Fronczak
a1082812bb
Modified tests to pass with session
...
- Added session mock
- Removed post and get mocks
- Modified the throttling for events and summary
- Now they're throttled, but it's overridden during a system refresh
- Store the login url in a protected variable
2018-09-27 15:10:48 -04:00
Kevin Fronczak
1b1235210e
Split up tests, added cache test
2018-09-27 11:07:31 -04:00
Kevin Fronczak
a570413e66
Fixed broken tests...probably should re-write them
2018-09-26 12:11:41 -04:00