Skip to content

Commit 988e4a1

Browse files
kvanbiesengithub-actions[bot]
authored andcommitted
chore: ruff autofix
1 parent d851057 commit 988e4a1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

custom_components/cardata/coordinator.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@
6969
# Pre-compiled regex for AC phase parsing (avoids recompilation on each message)
7070
_AC_PHASE_PATTERN = re.compile(r"(\d{1,2})")
7171

72-
_OVERULE_AUX_POWER = 0.3 # kW - estimated auxiliary power load during charging (for SOC prediction) - set to zero to use bmw values
72+
_OVERULE_AUX_POWER = (
73+
0.3 # kW - estimated auxiliary power load during charging (for SOC prediction) - set to zero to use bmw values
74+
)
7375

7476

7577
def _descriptor_float(state: DescriptorState | None) -> float | None:

0 commit comments

Comments
 (0)