Skip to content

Commit

Permalink
upgrade rfxtrx lib (home-assistant#8463)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielhiversen authored Jul 13, 2017
1 parent 7aad93e commit 71ee290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/rfxtrx.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
)
from homeassistant.helpers.entity import Entity

REQUIREMENTS = ['pyRFXtrx==0.18.0']
REQUIREMENTS = ['pyRFXtrx==0.19.0']

DOMAIN = 'rfxtrx'

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ pyCEC==0.4.13
pyHS100==0.2.4.2

# homeassistant.components.rfxtrx
pyRFXtrx==0.18.0
pyRFXtrx==0.19.0

# homeassistant.components.switch.dlink
pyW215==0.5.1
Expand Down

0 comments on commit 71ee290

Please sign in to comment.