Skip to content

Commit

Permalink
Fix stupid rflink test
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Feb 4, 2020
1 parent bd999ca commit 7173b43
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/components/rflink/test_light.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
control of RFLink switch devices.
"""
import asyncio

from homeassistant.components.light import ATTR_BRIGHTNESS
from homeassistant.components.rflink import EVENT_BUTTON_PRESSED
from homeassistant.const import (
Expand Down Expand Up @@ -299,7 +297,6 @@ async def test_signal_repetitions_cancelling(hass, monkeypatch):
await hass.services.async_call(
DOMAIN, SERVICE_TURN_OFF, {ATTR_ENTITY_ID: DOMAIN + ".test"}
)
await asyncio.sleep(0)

hass.async_create_task(
hass.services.async_call(
Expand Down

0 comments on commit 7173b43

Please sign in to comment.