Skip to content

Commit 67d5972

Browse files
Remove phase arg for ACPowerInverted
1 parent 4805f04 commit 67d5972

File tree

1 file changed

+1
-1
lines changed
  • custom_components/solaredge_modbus_multi

1 file changed

+1
-1
lines changed

custom_components/solaredge_modbus_multi/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ def suggested_display_precision(self):
605605

606606
class ACPowerInverted(ACPower):
607607

608-
def __init__(self, platform, config_entry, coordinator, phase: str = None):
608+
def __init__(self, platform, config_entry, coordinator):
609609
super().__init__(platform, config_entry, coordinator)
610610

611611
@property

0 commit comments

Comments
 (0)