Add new raspihats component (#7392)

* Add new raspihats component

* added raspihats to COMMENT_REQUIREMENTS in gen_requirements_all.py

* disabled pylint import errors

* using hass.data for storing i2c-hats manager
This commit is contained in:
florincosta
2017-05-05 10:02:47 +03:00
committed by Paulus Schoutsen
parent 526abdd329
commit 92411cdc18
4 changed files with 255 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ import sys
COMMENT_REQUIREMENTS = (
'RPi.GPIO',
'raspihats',
'rpi-rf',
'Adafruit_Python_DHT',
'Adafruit_BBIO',