1
mirror of https://github.com/home-assistant/core synced 2024-09-28 03:04:04 +02:00
This commit is contained in:
Erik 2015-12-16 16:41:34 +01:00
parent e76defe035
commit 14056951c7

View File

@ -18,7 +18,6 @@ history:
"""
import logging
from datetime import timedelta
from homeassistant.helpers.entity import Entity
from homeassistant.const import (STATE_UNKNOWN, CONF_ACCESS_TOKEN, CONF_NAME)