Add REQUIREMENTS list to components
This commit is contained in:
parent
aeae7c2c02
commit
940b2998ea
25 changed files with 63 additions and 36 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue