Remove unnecessary dependency from TCP binary sensor for #1617

This commit is contained in:
Ellis Percival 2016-03-26 16:42:53 +00:00
parent d308b065a9
commit 15303fd32d

View file

@ -9,7 +9,6 @@ import logging
from homeassistant.components.binary_sensor import BinarySensorDevice
from homeassistant.components.sensor.tcp import Sensor, DOMAIN, CONF_VALUE_ON
DEPENDENCIES = [DOMAIN]
_LOGGER = logging.getLogger(__name__)