Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion rts_rflink/cover.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.restore_state import RestoreEntity

from homeassistant.components.rflink import (
from homeassistant.components.rflink.const import (
CONF_ALIASES,
CONF_DEVICE_DEFAULTS,
CONF_FIRE_EVENT,
Expand All @@ -36,6 +36,9 @@
CONF_SIGNAL_REPETITIONS,
DEVICE_DEFAULTS_SCHEMA,
EVENT_KEY_COMMAND,
)

from homeassistant.components.rflink.entity import (
RflinkCommand,
)

Expand Down