diff --git a/homeassistant/components/zeroconf.py b/homeassistant/components/zeroconf.py index 016b99b9b3c..d0a61e0cec0 100644 --- a/homeassistant/components/zeroconf.py +++ b/homeassistant/components/zeroconf.py @@ -17,7 +17,7 @@ _LOGGER = logging.getLogger(__name__) DEPENDENCIES = ['api'] DOMAIN = 'zeroconf' -REQUIREMENTS = ['zeroconf==0.17.7'] +REQUIREMENTS = ['zeroconf==0.18.0'] ZEROCONF_TYPE = '_home-assistant._tcp.local.' diff --git a/requirements_all.txt b/requirements_all.txt index 5b13e5f0837..7fd6eee2785 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -708,4 +708,4 @@ yeelight==0.2.1 zengge==0.2 # homeassistant.components.zeroconf -zeroconf==0.17.7 +zeroconf==0.18.0