Skip to content

Commit

Permalink
Merge tag 'v8.1.0' into development
Browse files Browse the repository at this point in the history
pyatmo v8.1.0

Added
-----

- Expose camera person status
- Add NLE support
- Add proper energy support
- Add cooler support
- Add BNS support
  • Loading branch information
jabesq committed Aug 20, 2024
2 parents 48475c9 + 0ad4e66 commit 0088211
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 7 deletions.
27 changes: 21 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Expose camera person status
- Add NLE support
- Add proper energy support
- Add cooler support
- Add BNS support
-

### Changed

Expand All @@ -33,7 +29,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

-

## [8.1.0]

### Added

- Expose camera person status
- Add NLE support
- Add proper energy support
- Add cooler support
- Add BNS support

## [8.0.3]

### Added

- Add NLLF centralized ventilation controller

### Fixed

- Add BNSC switch capability

## [8.0.3]

Expand Down
4 changes: 3 additions & 1 deletion src/pyatmo/home.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@ def update_topology(self, raw_data: RawData) -> None:
}

async def update(
self, raw_data: RawData, do_raise_for_reachability_error=False
self,
raw_data: RawData,
do_raise_for_reachability_error=False,
) -> None:
"""Update home with the latest data."""
has_error = False
Expand Down

0 comments on commit 0088211

Please sign in to comment.