Skip to content

Commit

Permalink
Add power data to NLPD entities
Browse files Browse the repository at this point in the history
  • Loading branch information
cgtobi committed Dec 15, 2023
1 parent c409e51 commit 5777ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

### 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

0 comments on commit 5777ddc

Please sign in to comment.