Skip to content

Commit

Permalink
Fix nlfe (#480)
Browse files Browse the repository at this point in the history
* Add missing NLFE Legrand dimmer switch

* clean up

* Update changelog
  • Loading branch information
cgtobi authored Dec 20, 2023
1 parent 8acdac0 commit fb202b2
Show file tree
Hide file tree
Showing 41 changed files with 1,146 additions and 991 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dist/
*.pyc
.DS_Store

archive/
access.token
cov.xml

Expand Down
33 changes: 30 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

-

## [8.0.1]

### Added

- NLFE Legrand dimmer switch evolution

### Changed

-

### Deprecated

-

### Removed

-

### Fixed

-

### Security

-

## [8.0.0]

### Added
Expand Down Expand Up @@ -342,9 +368,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Fix crash when station name is not contained in the backend data

[unreleased]: https://github.com/jabesq/pyatmo/compare/v8.0.0...HEAD
[7.5.0]: https://github.com/jabesq/pyatmo/compare/v7.6.0...v8.0.0
[7.5.0]: https://github.com/jabesq/pyatmo/compare/v7.5.0...v7.6.0
[unreleased]: https://github.com/jabesq/pyatmo/compare/v8.0.1...HEAD
[8.0.1]: https://github.com/jabesq/pyatmo/compare/v8.0.0...v8.0.1
[8.0.0]: https://github.com/jabesq/pyatmo/compare/v7.6.0...v8.0.0
[7.6.0]: https://github.com/jabesq/pyatmo/compare/v7.5.0...v7.6.0
[7.5.0]: https://github.com/jabesq/pyatmo/compare/v7.4.0...v7.5.0
[7.4.0]: https://github.com/jabesq/pyatmo/compare/v7.3.0...v7.4.0
[7.3.0]: https://github.com/jabesq/pyatmo/compare/v7.2.0...v7.3.0
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"message": "failed to connect to server [localhost:27020] on first connect [MongoError: connect ECONNREFUSED 127.0.0.1:27020]",
"code": 0
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit fb202b2

Please sign in to comment.