Upgrade zeroconf to 0.17.6 (#2503)

This commit is contained in:
Fabian Affolter 2016-07-13 06:56:23 +02:00 committed by Robbie Trencheny
parent 011f82f9e3
commit ebcda4076e
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ import socket
from homeassistant.const import (EVENT_HOMEASSISTANT_STOP, __version__)
REQUIREMENTS = ["zeroconf==0.17.5"]
REQUIREMENTS = ["zeroconf==0.17.6"]
DEPENDENCIES = ["api"]