Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: jabesq-org/pyatmo

Tags

v8.0.0

Toggle v8.0.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
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>

v7.6.0

Toggle v7.6.0's commit message
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

v7.5.0

Toggle v7.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
jabesq Hugo Dupras
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

v7.4.0

Toggle v7.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
jabesq Hugo Dupras
pyatmo v7.4.0

Added
-----

- Add NLUF device stub

Changed
-------

- Update test fixture data to be in line with HA tests

Fixed
-----

- Handle unknown device types and log
- Fix misc device types and add stubs for unknown

v7.3.0

Toggle v7.3.0's commit message
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

v7.2.0

Toggle v7.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
jabesq Hugo Dupras
pyatmo v7.2.0

Added
-----

- Add NLPO Legrand contactor
- Add NLD Legrand Double On/Off dimmer remote
- Add NLFE Legrand On-Off dimmer switch
- Add BTicino device support for BNCX, BNDL, BNSL

v7.1.1

Toggle v7.1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
jabesq Hugo Dupras
pyatmo 7.1.1

Fixed
-----

- Fix Netatmo radiator valves (NRV) set termpature

v7.1.0

Toggle v7.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
jabesq Hugo Dupras
pyatmo v7.1.0

Added
-----

- Adds Legrand NLIS double switches
- Adds Legrand NLPT relay/teleruptor

Fixed
-----

- Use dimmer type for Legrand NLF dimmers

v7.0.1

Toggle v7.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
jabesq Hugo Dupras
pyatmo v7.0.1

Deprecated
----------

- The following modules are deprecated and will be removed in pyatmo 8.0.0
    - camera
    - home_coach
    - public_data
    - thermostat
    - weather_station

v7.0.0

Toggle v7.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
jabesq Hugo Dupras
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