1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Do not auto-install credstash (#9844)

This commit is contained in:
Paulus Schoutsen
2017-10-12 23:57:45 -07:00
committed by GitHub
parent 9891320e7c
commit 79b029a680
4 changed files with 5 additions and 3 deletions

View File

@@ -29,7 +29,8 @@ COMMENT_REQUIREMENTS = (
'blinkt',
'smbus-cffi',
'envirophat',
'i2csense'
'i2csense',
'credstash'
)
TEST_REQUIREMENTS = (