Skip to content

Commit

Permalink
Update pyrainbird (#14617)
Browse files Browse the repository at this point in the history
  • Loading branch information
Klathmon authored and syssi committed May 25, 2018
1 parent fa9b910 commit 2cd1279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/rainbird.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import homeassistant.helpers.config_validation as cv
from homeassistant.const import (CONF_HOST, CONF_PASSWORD)

REQUIREMENTS = ['pyrainbird==0.1.3']
REQUIREMENTS = ['pyrainbird==0.1.6']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ pypollencom==1.1.2
pyqwikswitch==0.8

# homeassistant.components.rainbird
pyrainbird==0.1.3
pyrainbird==0.1.6

# homeassistant.components.sabnzbd
pysabnzbd==1.0.1
Expand Down

0 comments on commit 2cd1279

Please sign in to comment.