Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add power data to NLPD entities #477

Merged
merged 1 commit into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

-
- Add power data to NLPD entities
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion (llm): The changelog entry for adding power data to NLPD entities could be more descriptive. It would be beneficial to specify what kind of power data was added, how it affects the existing functionality, and any potential implications for the users.


### Deprecated

Expand Down
2 changes: 1 addition & 1 deletion src/pyatmo/modules/legrand.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class NLTS(Module):
"""NLTS motion sensor."""


class NLPD(FirmwareMixin, SwitchMixin, EnergyMixin, Module):
class NLPD(FirmwareMixin, SwitchMixin, EnergyMixin, PowerMixin, Module):
"""NLPD dry contact."""


Expand Down