Skip to content

Commit

Permalink
sensor.envirophat: add missing requirement (#7451)
Browse files Browse the repository at this point in the history
Adding requirements that is not explicitly pulled in by the library
that manages the Enviro pHAT.
  • Loading branch information
imrehg authored and balloob committed May 6, 2017
1 parent 94f7c39 commit abe6f93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion homeassistant/components/sensor/envirophat.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
from homeassistant.helpers.entity import Entity
from homeassistant.util import Throttle

REQUIREMENTS = ['envirophat==0.0.6']
REQUIREMENTS = ['envirophat==0.0.6',
'smbus-cffi==0.5.1']

_LOGGER = logging.getLogger(__name__)

Expand Down
3 changes: 3 additions & 0 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,9 @@ sleekxmpp==1.3.2
# homeassistant.components.sleepiq
sleepyq==0.6

# homeassistant.components.sensor.envirophat
smbus-cffi==0.5.1

# homeassistant.components.media_player.snapcast
snapcast==1.2.2

Expand Down

0 comments on commit abe6f93

Please sign in to comment.