Skip to content

Releases: jabesq-org/pyatmo

Release v7.1.1

08 Oct 09:13
v7.1.1
d1ba0d2
Compare
Choose a tag to compare
pyatmo 7.1.1

Fixed
-----

- Fix Netatmo radiator valves (NRV) set termpature

Release v7.1.0

03 Oct 20:55
v7.1.0
afbcc01
Compare
Choose a tag to compare
pyatmo v7.1.0

Added
-----

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

Fixed
-----

- Use dimmer type for Legrand NLF dimmers

Release v7.0.1

04 Jun 20:47
v7.0.1
4a8c7ae
Compare
Choose a tag to compare
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

Release v7.0.0

04 Jun 20:31
v7.0.0
1d383ba
Compare
Choose a tag to compare
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

Release v6.2.4

31 Jan 08:34
69471bd
Compare
Choose a tag to compare

Fixed

  • Crash when home does not contain valid devices

Release v6.2.2

29 Dec 21:35
b78d47e
Compare
Choose a tag to compare

Fixed

  • Use ID if schedule name is missing

Release v6.2.1

18 Dec 13:25
v6.2.1
fe1602e
Compare
Choose a tag to compare
pyatmo v6.2.1

Fixed
-----

- Catch when no body is contained in the response

Release v6.2.0

19 Nov 09:48
v6.2.0
58ae867
Compare
Choose a tag to compare
Pyatmo 6.2.0

Added
=====

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

Changed
=======

- Use assignment expressions

Release v6.1.0

03 Oct 20:50
v6.1.0
ecd5681
Compare
Choose a tag to compare
Pyatmo 6.1.0

Added
=====

- Provide a VS Code devcontainer

Changed
=======

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

Release v6.0.0

10 Sep 21:31
v6.0.0
f03c798
Compare
Choose a tag to compare
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