Upgrade zeroconf to 0.21.0 (#16647)

This commit is contained in:
tadly 2018-09-16 22:53:25 +02:00 committed by Fabian Affolter
parent baeb791d84
commit 2002497d09
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ import voluptuous as vol
from homeassistant import util
from homeassistant.const import (EVENT_HOMEASSISTANT_STOP, __version__)
REQUIREMENTS = ['zeroconf==0.20.0']
REQUIREMENTS = ['zeroconf==0.21.0']
_LOGGER = logging.getLogger(__name__)