Skip to content

Commit

Permalink
Fix NLPD to provide energy readings
Browse files Browse the repository at this point in the history
  • Loading branch information
cgtobi committed Nov 26, 2023
1 parent fa9a1bc commit bfb910e
Showing 1 changed file with 1 addition and 1 deletion.
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, Module):
class NLPD(FirmwareMixin, SwitchMixin, EnergyMixin, Module):
"""NLPD dry contact."""


Expand Down

0 comments on commit bfb910e

Please sign in to comment.