Commit Graph
300 Commits
Author SHA1 Message Date
Kevin FronczakandGitHub 2639055372 Merge pull request #123 from fronzbot/update-readme
Update README.rst
2018-11-21 10:03:18 -05:00
Kevin FronczakandGitHub db29bae140 Broke out blink home assistant links 2018-11-21 09:38:23 -05:00
Kevin FronczakandGitHub 52f1fde47a Bad link format 2018-11-21 09:37:27 -05:00
Kevin FronczakandGitHub e705fbd403 Update README.rst 2018-11-21 09:36:36 -05:00
Kevin FronczakandGitHub 2d437b4462 Merge pull request #122 from fronzbot/dev-bump
Dev version bump
2018-11-20 21:53:09 -05:00
Kevin Fronczak ea2b22dbf0 Dev version bump 2018-11-20 21:46:38 -05:00
Kevin Fronczak 7ee57b2c6b Version bump 2018-11-20 21:40:18 -05:00
Kevin FronczakandGitHub ccd393a533 Merge pull request #120 from fronzbot/fix-bad-logging
Logging fixes
2018-11-20 21:26:32 -05:00
Kevin Fronczak 1b571c7d4b Fix logging string format 2018-11-20 21:21:42 -05:00
Kevin Fronczak 4b91fcb615 Improved video page debug logging 2018-11-20 21:20:35 -05:00
Kevin Fronczak 1e0d069dcd Fix linting errors 2018-11-20 21:16:41 -05:00
Kevin Fronczak 92088779e0 Added debug logging 2018-11-20 21:15:01 -05:00
Kevin Fronczak a6e02433b6 Fix #113 2018-11-20 21:12:12 -05:00
Kevin FronczakandGitHub 1aa5dc1c71 Merge pull request #119 from md-reddevil/dev
Use network_status instead of homescreen
2018-11-19 12:49:47 -05:00
Kevin Fronczak 3c78923853 Fix linting error (line was too long) 2018-11-19 12:46:01 -05:00
Kevin Fronczak d17183a152 Fixed broken sync module test 2018-11-19 12:42:54 -05:00
2e5e343913 Update blinkpy/sync_module.py fix linting
Co-Authored-By: md-reddevil <16707502+md-reddevil@users.noreply.github.com>
2018-11-18 14:06:21 +02:00
md-reddevilandGitHub cec6035d23 fix tests after API changes 2018-11-18 14:01:22 +02:00
md-reddevil bdc760608e fix indentation 2018-11-17 18:20:28 +02:00
md-reddevil 4f41899338 fix indentation 2018-11-17 18:18:57 +02:00
md-reddevil 557f21b637 Use network_status instead of homescreen
Use network_status to check if System is armed or disarmed
2018-11-17 18:12:26 +02:00
Kevin FronczakandGitHub 4241b50002 Merge pull request #118 from md-reddevil/dev
API: Fix Command Status method add a new method to manage correctly the System status
2018-11-14 09:01:10 -05:00
md-reddevilandGitHub 8b0507f1a7 fix indentation for method request_command_status 2018-11-14 15:57:46 +02:00
md-reddevilandGitHub d62429189e Fix formatting issue in api.py 2018-11-14 11:04:40 +02:00
md-reddevilandGitHub c83b173a17 update description of the networks method 2018-11-14 09:55:17 +02:00
md-reddevilandGitHub 9c1974c227 Add method to request the Network/System status
Home screen method returns just the information about last added System(network). The method "request_network_status", should replace the homescreen method in order to obtain all the information about a system.
2018-11-14 09:39:44 +02:00
md-reddevilandGitHub c621ba3150 fix check command status 2018-11-14 09:34:25 +02:00
Kevin FronczakandGitHub 7710e3f972 Errant whitespace 2018-10-30 21:08:43 -04:00
Kevin Fronczak a4f65c1102 dev version bump 2018-10-30 20:24:39 -04:00
Kevin Fronczak 2022b80f9d Version bump 2018-10-30 20:16:37 -04:00
Kevin FronczakandGitHub 7e9900c5f5 Merge pull request #111 from fronzbot/fix-typo
Reformatted log message when multiple networks detected.
2018-10-30 20:07:03 -04:00
Kevin Fronczak 132df9e8c4 Fixed wrong string format 2018-10-30 19:58:13 -04:00
Kevin Fronczak 07e3549306 Reformatted log message when multiple networks detected. 2018-10-30 19:48:08 -04:00
Kevin FronczakandGitHub e0fa0a0cde Merge pull request #110 from fronzbot/upgrade-requests
Upgraded requests due to security issue prior to 2.20.0
2018-10-30 19:47:38 -04:00
Kevin Fronczak 31771ca87d Upgraded requests due to security issue prior to 2.20.0 2018-10-30 19:42:35 -04:00
Kevin FronczakandGitHub 1b898398a7 Fix rst lint error 2018-10-26 11:09:43 -04:00
Kevin FronczakandGitHub d8fcb679cd Add python versioning badge 2018-10-26 11:05:00 -04:00
Kevin Fronczak 72a5ccb769 dev version bump 2018-10-18 13:20:34 -04:00
Kevin Fronczak 51961474b6 Version bump 2018-10-18 13:10:42 -04:00
Kevin FronczakandGitHub 8be35dab30 Merge pull request #104 from fronzbot/fix-warning
Changed 'warning' to 'info' in camera
2018-10-18 13:05:17 -04:00
Kevin FronczakandGitHub 0ab17aede8 Merge pull request #103 from fronzbot/reauth-bug-fix
Reauth bug fix
2018-10-18 13:01:52 -04:00
Kevin Fronczak 6db8a151f8 Changed 'warning' to 'info' and added an error if trying to save video
that doesn't exist
2018-10-18 12:58:43 -04: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 FronczakandGitHub 0781d79ca7 Update bug_report.md 2018-10-17 11:18:29 -04:00
Kevin FronczakandGitHub 4ffdf499c9 Update PULL_REQUEST_TEMPLATE.md 2018-10-17 10:28:40 -04:00
Kevin FronczakandGitHub f8f318c203 Update bug_report.md 2018-10-17 10:26:28 -04:00
Kevin Fronczak 59540818f9 Add feature request template 2018-10-17 10:24:52 -04:00
Kevin Fronczak b2b531ad3c Add issue template 2018-10-17 10:22:59 -04:00
Kevin FronczakandGitHub e747fb1010 Merge branch 'master' into dev 2018-10-16 17:28:34 -04:00