diff --git a/CHANGELOG.md b/CHANGELOG.md index e02602ef..1fe8ddf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/pyatmo/modules/legrand.py b/src/pyatmo/modules/legrand.py index 648b6a11..03ab0a88 100644 --- a/src/pyatmo/modules/legrand.py +++ b/src/pyatmo/modules/legrand.py @@ -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."""