Skip to content

Commit 5bae159

Browse files
rhammengithub-actions[bot]
authored andcommitted
chore: format code with ruff
1 parent 68db9c1 commit 5bae159

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

custom_components/luxtronik/coordinator.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,8 +509,7 @@ def __init__(self, host: str, port: int, original: Exception):
509509

510510

511511
async def connect_and_get_coordinator(
512-
hass: HomeAssistant,
513-
config: dict[str, Any]
512+
hass: HomeAssistant, config: dict[str, Any]
514513
) -> LuxtronikCoordinator:
515514
"""Try to connect to a Luxtronik device and return coordinator."""
516515

custom_components/luxtronik/lux_overrides.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
from luxtronik.datatypes import HeatpumpCode, Celsius, Timestamp, Percent, Percent2
32
from luxtronik.parameters import Parameters
43

0 commit comments

Comments
 (0)