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

Skip to content

Tags: rhpl/pyatmo

Tags

v6.2.1

Toggle v6.2.1's commit message

Verified

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

Fixed
-----

- Catch when no body is contained in the response

v6.2.0

Toggle v6.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
jabesq Hugo Dupras
Pyatmo 6.2.0

Added
=====

- Add support for python3.20
- Introduce climate module jabesq-org#156

Changed
=======

- Use assignment expressions

v6.1.0

Toggle v6.1.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
jabesq Hugo Dupras
Pyatmo 6.1.0

Added
=====

- Provide a VS Code devcontainer

Changed
=======

- Provide separate method for image retrival
- Minor f-string conversions

v6.0.0

Toggle v6.0.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
jabesq Hugo Dupras
pyatmo v6.0.0

Changed

- Ensure camera name is not None
- Split persons by home
- BREAKING: Require home_id for person related methods
- version is now managed by setuptools scm

v5.2.3

Toggle v5.2.3's commit message

Verified

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

* Fixed
** Ignore if API omits unimportant attributes in response

v5.2.2

Toggle v5.2.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
jabesq Hugo Dupras
pyatmo v5.2.2

* Fixed
** Ignore if API omits unimportant attributes in response

v5.2.1

Toggle v5.2.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
jabesq Hugo Dupras
pyatmo v5.2.1

* Added
** Distribute type information

* Changed
** Update type annotations

v5.2.0

Toggle v5.2.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
jabesq Hugo Dupras
v5.2.0

- [BREAKING] Fix parameter order of set person home/away methods
- Refactor camera person detection checks

v5.1.0

Toggle v5.1.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
jabesq Hugo Dupras
v5.1.0

- Handle error when camera is not reachable more graceful
- Update selfcheck to use the new update methods
- Fix false positive errors when no climate devices are registered

- Upgrade aiohttp to 3.7.4 or later to fix vulnerability