Add REQUIREMENTS list to components

This commit is contained in:
Paulus Schoutsen 2015-07-07 00:01:46 -07:00
parent aeae7c2c02
commit 940b2998ea
25 changed files with 63 additions and 36 deletions

View file

@ -39,6 +39,7 @@ ATTR_NODE_ID = "node_id"
ATTR_CHILD_ID = "child_id"
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['pyserial>=2.7']
def setup_platform(hass, config, add_devices, discovery_info=None):