Skip to content

Commit

Permalink
Apply pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 28, 2024
1 parent 8795f8d commit d09b59f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ async def test_climate_hvac_action_running_state_zen(
assert entity.state["hvac_action"] == "idle"
assert sensor_entity.state["state"] == "idle"


async def test_climate_hvac_action_running_state_zehnder(
device_climate_zehnder: Device,
zha_gateway: Gateway,
Expand Down Expand Up @@ -627,6 +628,7 @@ async def test_climate_hvac_action_running_state_zehnder(
)
assert entity.state["hvac_action"] == "idle"


@pytest.mark.parametrize(
"hvac_mode, sys_mode",
(
Expand Down

0 comments on commit d09b59f

Please sign in to comment.