Skip to content

blinkpy-0.8.1

Compare
Choose a tag to compare
@fronzbot fronzbot released this 24 Sep 17:42
· 1491 commits to master since this release
9335a37
  • Update requirements_test.txt
  • Update linter versions
  • Fix pylint warnings
    • Remove object from class declarations
    • Remove useless returns from functions
  • Fix pylint errors
    • change if comparison to fix (consider-using-in)
    • Disabled no else-if-return check
  • Fix useless-import-alias
  • Disable no-else-return
  • Fix motion detection
    • Use an array of recent video clips to determine if motion has been
      detected.
    • Reset the value every system refresh

Related issue (if applicable): fixes #74 #75