Releases: jabesq-org/pyatmo
Releases · jabesq-org/pyatmo
Release v7.1.1
pyatmo 7.1.1 Fixed ----- - Fix Netatmo radiator valves (NRV) set termpature
Release v7.1.0
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
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
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
Fixed
- Crash when home does not contain valid devices
Release v6.2.2
Fixed
- Use ID if schedule name is missing
Release v6.2.1
pyatmo v6.2.1 Fixed ----- - Catch when no body is contained in the response
Release v6.2.0
Pyatmo 6.2.0 Added ===== - Add support for python3.20 - Introduce climate module #156 Changed ======= - Use assignment expressions
Release v6.1.0
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
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