Enable pytradfri during build, and include in Docker (#12662)

This commit is contained in:
Lewis Juggins 2018-02-25 18:20:43 +00:00 committed by GitHub
parent 63552abce5
commit e8173fbc16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -1004,7 +1004,7 @@ pytouchline==0.7
pytrackr==0.0.5
# homeassistant.components.tradfri
# pytradfri[async]==4.1.0
pytradfri[async]==4.1.0
# homeassistant.components.device_tracker.unifi
pyunifi==2.13

View file

@ -31,7 +31,6 @@ COMMENT_REQUIREMENTS = (
'envirophat',
'i2csense',
'credstash',
'pytradfri',
'bme680',
)