mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 14:57:09 +00:00
Upgrade zeroconf to 0.17.6 (#2503)
This commit is contained in:
parent
011f82f9e3
commit
ebcda4076e
@ -11,7 +11,7 @@ import socket
|
|||||||
|
|
||||||
from homeassistant.const import (EVENT_HOMEASSISTANT_STOP, __version__)
|
from homeassistant.const import (EVENT_HOMEASSISTANT_STOP, __version__)
|
||||||
|
|
||||||
REQUIREMENTS = ["zeroconf==0.17.5"]
|
REQUIREMENTS = ["zeroconf==0.17.6"]
|
||||||
|
|
||||||
DEPENDENCIES = ["api"]
|
DEPENDENCIES = ["api"]
|
||||||
|
|
||||||
|
@ -447,4 +447,4 @@ xmltodict
|
|||||||
yahooweather==0.4
|
yahooweather==0.4
|
||||||
|
|
||||||
# homeassistant.components.zeroconf
|
# homeassistant.components.zeroconf
|
||||||
zeroconf==0.17.5
|
zeroconf==0.17.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user