1. 19 Aug, 2022 5 commits
  2. 16 Aug, 2022 4 commits
  3. 10 Aug, 2022 4 commits
  4. 05 Aug, 2022 4 commits
  5. 03 Aug, 2022 1 commit
  6. 02 Aug, 2022 2 commits
  7. 01 Aug, 2022 1 commit
  8. 28 Jul, 2022 1 commit
  9. 24 Jul, 2022 6 commits
    • puddly's avatar
      Bump version to 0.49.0.dev0 · f99988c7
      puddly authored
      f99988c7
    • puddly's avatar
      Merge pull request #1017 from puddly/rc · d228ee8d
      puddly authored
      0.48.0 Release
      d228ee8d
    • puddly's avatar
      69bfa0ae
    • puddly's avatar
      0.48.0 version bump · 744cfdc8
      puddly authored
      744cfdc8
    • puddly's avatar
      Automatic radio backups (#1006) · 6d4184a2
      puddly authored
      * Create database v10 schema and initial migration
      
      * Migrate to pydantic's `dataclass` replacement
      
      * Perform asynchronous network backups on startup
      
      * Fix unit tests
      
      * Use Python 3.8-compatible annotation syntax
      
      * Use `NetworkBackup` internally and create a backup manager class
      
      * Create classmethods for backup <-> JSON operations
      
      * Create more methods to keep interactions within the backup API
      
      * Rename `zigpy.backup` to `zigpy.backups`
      
      * Add more unit tests
      
      * Emit a backup when one is restored
      
      * Raise the default restore frame counter increment to 10,000
      
      * Implement zigpy-internal backup JSON serialization
      
      * Ensure the backup JSON is stable
      
      * Persist only a single backup per network
      
      * Fix failing unit tests due to kwarg-only `NodeInfo` initializer
      
      * Remove `asyncio.coroutine`
      
      * Keep the list of backups sorted
      
      * Parse both backup formats with `from_dict`
      
      * Replace the `tmpdir` fixture with `tmp_path`
      
      * Unit test network backups in the database
      
      * Test backups for completeness before storing
      
      * Test backups for completeness before restoring
      
      * Ensure restoration also fails with an incomplete backup
      
      * Get rid of pydantic
      
      * Create a backup factory fixture
      
      * Unit test adding new backups
      
      * Revert attribute name changes to `Counter`
      
      * Revert change to counter unit test
      
      * Fix failing unit tests
      6d4184a2
    • codyhackw's avatar
      Correction from #991 (#1015) · 72f7e499
      codyhackw authored
      Correction from PR #991, need to stick with int but specify base 16 instead of base 10.
      72f7e499
  10. 19 Jul, 2022 1 commit
    • puddly's avatar
      Define more ZCL R8 bitmaps (#1013) · 62df70e9
      puddly authored
      * Document new OTA subelement types
      
      * Fix invalid lighting enum type annotation
      
      * Add new lighting enums
      
      * Document Ballast enums
      
      * Document new Level options from ZCL R8 and Lighting specs
      
      * Document all closure enums and bitmaps
      
      * Fix OTA image unit tests
      62df70e9
  11. 14 Jul, 2022 3 commits
  12. 12 Jul, 2022 2 commits
  13. 28 Jun, 2022 6 commits