Skip to content

Commit 8bff1bb

Browse files
authored
Update sensor.py
1 parent 6145260 commit 8bff1bb

File tree

1 file changed

+1
-1
lines changed
  • custom_components/apsystems_ecu_proxy

1 file changed

+1
-1
lines changed

custom_components/apsystems_ecu_proxy/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ def handle_inverter_registration(data: dict[str, Any]):
386386
),
387387
name=f"{sensor.name} Ch {channel + 1}",
388388
)
389-
sensors.append(APSystemsSensor(sensor, config, config_entry, config_entry))
389+
sensors.append(APSystemsSensor(sensor, config, config_entry))
390390

391391
add_entities(sensors)
392392

0 commit comments

Comments
 (0)