Skip to content

Commit

Permalink
Update ZHA deps (#12737)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Feb 27, 2018
1 parent d052d45 commit dc8c331
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/zha/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
from homeassistant.util import slugify

REQUIREMENTS = [
'bellows==0.5.0',
'zigpy==0.0.1',
'bellows==0.5.1',
'zigpy==0.0.3',
'zigpy-xbee==0.0.2',
]

Expand Down
4 changes: 2 additions & 2 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ batinfo==0.4.2
beautifulsoup4==4.6.0

# homeassistant.components.zha
bellows==0.5.0
bellows==0.5.1

# homeassistant.components.bmw_connected_drive
bimmer_connected==0.3.0
Expand Down Expand Up @@ -1298,4 +1298,4 @@ ziggo-mediabox-xl==1.0.0
zigpy-xbee==0.0.2

# homeassistant.components.zha
zigpy==0.0.1
zigpy==0.0.3

0 comments on commit dc8c331

Please sign in to comment.