From 702b1be985d559f5b0bb40fc39c939ee8fde8eb8 Mon Sep 17 00:00:00 2001 From: Thijs de Jong Date: Thu, 8 Feb 2018 12:20:51 +0100 Subject: [PATCH] Set tahoma cover update interval to default (#12232) revert 35f35050ff158b423dc437c66bdea5ebcbabc009#diff-c65eb52376398392f1395f8127364078 --- homeassistant/components/cover/tahoma.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/homeassistant/components/cover/tahoma.py b/homeassistant/components/cover/tahoma.py index fd2b5847292..19bd9f01417 100644 --- a/homeassistant/components/cover/tahoma.py +++ b/homeassistant/components/cover/tahoma.py @@ -5,7 +5,6 @@ For more details about this platform, please refer to the documentation at https://home-assistant.io/components/cover.tahoma/ """ import logging -from datetime import timedelta from homeassistant.components.cover import CoverDevice from homeassistant.components.tahoma import ( @@ -15,8 +14,6 @@ DEPENDENCIES = ['tahoma'] _LOGGER = logging.getLogger(__name__) -SCAN_INTERVAL = timedelta(seconds=60) - def setup_platform(hass, config, add_devices, discovery_info=None): """Set up Tahoma covers."""