Skip to content

Commit

Permalink
Fix typo's
Browse files Browse the repository at this point in the history
  • Loading branch information
bouwew committed Sep 24, 2024
1 parent 1e0e34d commit aa4f01d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/components/plugwise/test_switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ async def test_stretch_switch_changes(
) -> None:
"""Test changing of power related switch entities."""
await hass.services.async_call(
SWITCH_DOMAIN
SWITCH_DOMAIN,
SERVICE_TURN_OFF,
{"entity_id": "switch.boiler_1eb31_relay"},
blocking=True,
Expand All @@ -137,7 +137,7 @@ async def test_stretch_switch_changes(
)

await hass.services.async_call(
SWITCH_DOMAIN
SWITCH_DOMAIN,
SERVICE_TOGGLE,
{"entity_id": "switch.droger_52559_relay"},
blocking=True,
Expand Down

0 comments on commit aa4f01d

Please sign in to comment.