We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14b534 commit 40e92deCopy full SHA for 40e92de
1 file changed
custom_components/ef_ble/eflib/devices/stream_ac.py
@@ -352,7 +352,6 @@ async def set_grid_in_pow_limit(self, value: float):
352
353
@controls.power(
354
charging_grid_power_limit,
355
- step=100,
356
max=dynamic(max_bp_input),
357
availability=dynamic(charging_grid_power_limit_enabled),
358
)
@@ -448,7 +447,6 @@ def modify(task: bk_series_pb2.TimerTask):
448
447
449
450
discharging_power_limit,
451
452
max=dynamic(max_ac_out_power),
453
availability=dynamic(discharging_task_available),
454
0 commit comments