Skip to content

Commit

Permalink
Delete redundant code
Browse files Browse the repository at this point in the history
it's already in the PlugMMEU01 class which PlugMAEU01 extends
  • Loading branch information
TheJulianJES committed Jul 17, 2022
1 parent 52b61b2 commit 1b511ab
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions zhaquirks/xiaomi/aqara/plug_eu.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,6 @@ async def bind(self):
class PlugMAEU01(PlugMMEU01):
"""lumi.plug.maeu01 plug."""

def __init__(self, *args, **kwargs):
"""Init."""
self.voltage_bus = Bus()
self.consumption_bus = Bus()
self.power_bus = Bus()
super().__init__(*args, **kwargs)

signature = {
MODELS_INFO: [
(LUMI, "lumi.plug.maeu01"),
Expand Down

0 comments on commit 1b511ab

Please sign in to comment.