mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Upgrade zeroconf to 0.20.0 (#13123)
This commit is contained in:
parent
1202134964
commit
6ab4a408d2
@ -12,12 +12,13 @@ import voluptuous as vol
|
|||||||
from homeassistant import util
|
from homeassistant import util
|
||||||
from homeassistant.const import (EVENT_HOMEASSISTANT_STOP, __version__)
|
from homeassistant.const import (EVENT_HOMEASSISTANT_STOP, __version__)
|
||||||
|
|
||||||
|
REQUIREMENTS = ['zeroconf==0.20.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
DEPENDENCIES = ['api']
|
DEPENDENCIES = ['api']
|
||||||
DOMAIN = 'zeroconf'
|
DOMAIN = 'zeroconf'
|
||||||
|
|
||||||
REQUIREMENTS = ['zeroconf==0.19.1']
|
|
||||||
|
|
||||||
ZEROCONF_TYPE = '_home-assistant._tcp.local.'
|
ZEROCONF_TYPE = '_home-assistant._tcp.local.'
|
||||||
|
|
||||||
|
@ -1304,7 +1304,7 @@ youtube_dl==2018.03.10
|
|||||||
zengge==0.2
|
zengge==0.2
|
||||||
|
|
||||||
# homeassistant.components.zeroconf
|
# homeassistant.components.zeroconf
|
||||||
zeroconf==0.19.1
|
zeroconf==0.20.0
|
||||||
|
|
||||||
# homeassistant.components.media_player.ziggo_mediabox_xl
|
# homeassistant.components.media_player.ziggo_mediabox_xl
|
||||||
ziggo-mediabox-xl==1.0.0
|
ziggo-mediabox-xl==1.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user