Upgrade zeroconf to 0.17.6 (#2503)
This commit is contained in:
parent
011f82f9e3
commit
ebcda4076e
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue