Tags: jabesq-org/pyatmo
Tags
Releasing 8.0.0 (#478) * cd: Run publish-to-test-pypi only on development branch * fix devcontainer (#468) * Add start and end times to room class (#469) * Remove deprecated code (#461) * Remove deprecated code * Remove old codeql config * Remove unused fixture * Minor clean up * Refactor async_post_request Signed-off-by: Tobias Sauerwein <[email protected]> --------- Signed-off-by: Tobias Sauerwein <[email protected]> * Split tests and clean up (#471) * split tests * clean up cruft * Fix NLPD to provide energy readings * Add BNLD - Bticino dimmable light * Update readme (#472) * Clean up somfy shutter * Add new bticino scope * update readme * chore(deps): Bump actions/setup-python from 4.7.1 to 5.0.0 (#474) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 5.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.7.1...v5.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add missing device type mapping for NIS (#476) * Add power data to NLPD entities (#477) * Clean up (#479) --------- Signed-off-by: Tobias Sauerwein <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Hugo Dupras <[email protected]> Co-authored-by: deosrc <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pyatmo v7.6.0 ------------- Added ===== - Opening category for NACamDoorTag - Schedule modification - Bticino MyHome Server 1 scopes - NLPD - Drivia dry contact - BTicino module stubs (functionality will come later) - support for Legrand garage door opener (NLJ) - support for BTicino intelligent light (BNIL) Removed ======= - Support for Python 3.8 and 3.9 Fixed ===== - Update functionality for NLP, NLC, NLT and NLG
pyatmo v7.5.0 ------------- Added ===== - Add NLAS - wireless batteryless scene switch device type - Add BNEU, EBU, NLDD, NLAO, NLLF, NLUO, NLUP, Z3L, NLTS, NLUF Fixed ===== - Update Legrand and BTicino devices - Fix broken temperature setter when OTM is in the setup
pyatmo v7.3.0 Added ----- - Add Legrand NLUI device class Changed ------- - Minor code clean ups Fixed ----- - Handle invalid ip addressed from the API more gracefully - Let weather station devices register home even if home does not exist - Catch ContentTypeError error and handle more graceful - Fix key error when battery hits very_low - Response handling issues
pyatmo v7.0.0 Added ----- - Adds support for Netatmo modulating thermostat - Adds support for Netatmo doorbell - Adds support for shutters, lights, energy meters and switches - Adds support for 3rd party devices from different Legrand brands such as BTicinio, Bubendorff, Smarther, CX3 - Fetch favorite weather sensors - Add support for third-party Netatmo devices (see `base_url` and `user_prefix` parameters) Changed ------- - Replace freezegun with time-machine Fixed ----- - Use async fixture decorators