- Sep 03, 2023
-
-
Gard Spreemann authored
-
Gard Spreemann authored
-
- Sep 01, 2023
- Aug 30, 2023
-
-
Gard Spreemann authored
-
Gard Spreemann authored
-
- Aug 22, 2023
-
-
puddly authored
* Log when connecting to a serial port * Fix CI
-
TheJulianJES authored
* Fix `ZCLAttributeDef` conversion * Fix pre-commit for test_appdb.py
-
- Aug 16, 2023
-
-
puddly authored
* Persist coordinator model info in the database * Fix unit tests
-
- Aug 02, 2023
-
-
TheJulianJES authored
* Use shared PyPi release workflow * Drop `with` section to use default Python version * Change trigger from `released` to `published` This would also upload "pre-releases" to PyPi
-
TheJulianJES authored
* Fix saving attribute to DB in short interval * Add regression test
-
- Jul 31, 2023
-
-
Gard Spreemann authored
-
Gard Spreemann authored
-
- Jul 26, 2023
-
-
puddly authored
-
puddly authored
* Bypass `enum`'s functional creation API in 3.11+ * Drop `pysqlite3-binary` as a testing dependency on 3.12+ * Make sure version is capped in both testing dependency sources * Test fixed workflow PR * Remove `runs-on` for Act * Trigger a rebuild * Restore `PRE_COMMIT_CACHE_PATH` * Revert back to `main` branch for CI
-
- Jul 25, 2023
-
-
puddly authored
* Implement a generic OTA provider using the zigpy OTA format * Add unit tests
-
- Jul 23, 2023
-
-
Gard Spreemann authored
-
Gard Spreemann authored
-
Gard Spreemann authored
-
- Jul 20, 2023
-
-
Marc Mueller authored
-
- Jul 17, 2023
-
-
puddly authored
-
- Jul 06, 2023
-
-
puddly authored
* 0.20.0 version bump. * 0.20.1 version bump * 0.20.2 version bump. * 0.20.3 version bump * 0.20.4 version bump. * 0.21.0 Version bump * 0.22.0 version bump * 0.22.1 version bump. * 0.22.2 version bump. * 0.23.0 version bump * 0.23.1 version bump. * 0.23.2 version bump * 0.24.0 version bump * 0.24.1 version bump * 0.24.2 version bump * 0.24.3 version bump * 0.25.0 Version bump * 0.26.0 version bump * 0.27.0 Version bump * 0.27.1 version bump * Bump up version to 0.28.0 * 0.28.1 version bump * 0.28.2 version bump * 0.29.0 Version bump * 0.30.0 version bump * 0.30.1 version bump * 0.31.0 Version bump * 0.32.0 version bump * 0.33.0 version bump * 0.34.0 Version bump * 0.35.0 version bump * 0.35.1 Version bump * 0.35.2 Version bump * 0.36.0 Version bump * 0.36.1 Version bump * 0.36.2 Version bump * 0.37.0 version bump * 0.37.1 version bump * Fix Ledvance OTA by accounting for new JSON version keys (#801) * Fix Ledvance OTA by accounting for new JSON version keys Fixes #800 * Clarify `LedvanceImage` arguments * 0.37.2 version bump * 0.38.0 Version bump * 0.39.0 version bump * 0.40.0 Version bump * 0.41.0 Version bump. * 0.42.0 Version bump * 0.43.0 Version bump. * #873 Add write_attributes_raw method (#887) * Add write_attributes_raw method Enables writing attributes that are not predefined. Similar to read_attributes_raw * Alphabetical order for radios * Better argument name for write_attributes_raw * Need await on write_attributes_raw call * Renamed other occurences of 'args' * Try multiple mock patch to catch uppermost exception * Adjusted test to detect exception, also test other method * Removed dual mock test * Renamed args to attrs in write_attributes * 0.44.0 Version bump * Bump patch version to 0.44.1 * Bump patch version to 0.44.1 * 0.44.2 Release * 0.45.0 version bump * 0.45.1 version bump * 0.46.0 Release * Bump version to 0.47.0 * Bump version to 0.47.1 * 0.47.2 release * 0.47.3 version bump * 0.48.0 version bump * 0.49.0 version bump * 0.49.1 version bump * 0.50.0 version bump * Bump version to 0.50.1 * 0.50.2 version bump * Bump version to 0.50.3 * 0.51.0 version bump * 0.51.1 version bump * 0.51.2 version bump * 0.51.3 version bump * 0.51.4 version bump * 0.51.5 version bump * 0.51.6 version bump * 0.52.0 version bump * 0.52.1 version bump * 0.52.2 version bump * 0.52.3 version bump * 0.53.0 version bump * 0.53.1 version bump * 0.53.2 version bump * Bump version to 0.53.3 * 0.54.0 version bump * 0.54.1 version bump * 0.55.0 version bump * 0.56.0 version bump * 0.56.1 version bump --------- Co-authored-by: Alexei Chetroi <lexoid@gmail.com> Co-authored-by: Alexei Chetroi <Alexei.Chetroi@outlook.com> Co-authored-by: MDW <mdeweerd@users.noreply.github.com>
-
puddly authored
* Migrate to `pyproject.toml` * Update build scripts * Fix syntax for `tool.coverage.run` * Fix linter configuration errors * Upgrade pre-commit dependencies * Fix `ruff` errors * Recreate pre-commit environment and run all fixes * Revert `ValueError` -> `TypeError` * Fix a few more ruff errors * Ensure `async_mock` is still `unittest.mock` compatible
-
puddly authored
-
- Jun 24, 2023
-
-
Gard Spreemann authored
-
Gard Spreemann authored
-
- Jun 22, 2023
- Jun 16, 2023
-
-
puddly authored
* Remove `tries` from topology function calls * Strip `kwargs` from mocks
-
- Jun 10, 2023
-
-
Gard Spreemann authored
-
- Jun 08, 2023
-
-
Gard Spreemann authored
-
Gard Spreemann authored
-
Gard Spreemann authored
-
Gard Spreemann authored
-
- Jun 05, 2023
- May 28, 2023
-
-
nworbneb authored
* Add greenpower cluster enumerations * Create zgp.py * Remove greenpower changes * Update __init__.py * black fixes * Update zigpy/profiles/zgp.py * Update zigpy/profiles/zgp.py * Updated with latest naming (MIN -> BASIC) * Update cluster with new naming * Update clusters dictionary --------- Co-authored-by: puddly <32534428+puddly@users.noreply.github.com>
-