Fix to remove old unused variables.

This commit is contained in:
MartinHjelmare 2015-12-31 06:19:47 +01:00
parent 6ff24ed047
commit 4c4e5d5f47

View file

@ -20,10 +20,6 @@ import homeassistant.components.mysensors as mysensors
_LOGGER = logging.getLogger(__name__)
DEPENDENCIES = []
ADD_DEVICES = None
S_TYPES = None
V_TYPES = None
def setup_platform(hass, config, add_devices, discovery_info=None):
"""Setup the mysensors platform for switches."""