Skip to content

Commit

Permalink
Upgrade zeroconf to 0.21.2 (home-assistant#16730)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and vrih committed Sep 29, 2018
1 parent ae92299 commit 709a19a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/zeroconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from homeassistant import util
from homeassistant.const import (EVENT_HOMEASSISTANT_STOP, __version__)

REQUIREMENTS = ['zeroconf==0.21.1']
REQUIREMENTS = ['zeroconf==0.21.2']

_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 @@ -1559,7 +1559,7 @@ youtube_dl==2018.09.18
zengge==0.2

# homeassistant.components.zeroconf
zeroconf==0.21.1
zeroconf==0.21.2

# homeassistant.components.climate.zhong_hong
zhong_hong_hvac==1.0.9
Expand Down

0 comments on commit 709a19a

Please sign in to comment.