Upgrade zeroconf to 0.24.2 (#30140)
This commit is contained in:
parent
32aae7017e
commit
ed0ee3100d
5 changed files with 5 additions and 6 deletions
|
@ -1,5 +1,4 @@
|
||||||
"""Support for exposing Home Assistant via Zeroconf."""
|
"""Support for exposing Home Assistant via Zeroconf."""
|
||||||
|
|
||||||
import ipaddress
|
import ipaddress
|
||||||
import logging
|
import logging
|
||||||
import socket
|
import socket
|
||||||
|
@ -15,6 +14,7 @@ from zeroconf import (
|
||||||
|
|
||||||
from homeassistant import util
|
from homeassistant import util
|
||||||
from homeassistant.const import (
|
from homeassistant.const import (
|
||||||
|
ATTR_NAME,
|
||||||
EVENT_HOMEASSISTANT_START,
|
EVENT_HOMEASSISTANT_START,
|
||||||
EVENT_HOMEASSISTANT_STOP,
|
EVENT_HOMEASSISTANT_STOP,
|
||||||
__version__,
|
__version__,
|
||||||
|
@ -29,7 +29,6 @@ ATTR_HOST = "host"
|
||||||
ATTR_PORT = "port"
|
ATTR_PORT = "port"
|
||||||
ATTR_HOSTNAME = "hostname"
|
ATTR_HOSTNAME = "hostname"
|
||||||
ATTR_TYPE = "type"
|
ATTR_TYPE = "type"
|
||||||
ATTR_NAME = "name"
|
|
||||||
ATTR_PROPERTIES = "properties"
|
ATTR_PROPERTIES = "properties"
|
||||||
|
|
||||||
ZEROCONF_TYPE = "_home-assistant._tcp.local."
|
ZEROCONF_TYPE = "_home-assistant._tcp.local."
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"name": "Zeroconf",
|
"name": "Zeroconf",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
|
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"zeroconf==0.24.1"
|
"zeroconf==0.24.2"
|
||||||
],
|
],
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"api"
|
"api"
|
||||||
|
|
|
@ -24,7 +24,7 @@ ruamel.yaml==0.15.100
|
||||||
sqlalchemy==1.3.11
|
sqlalchemy==1.3.11
|
||||||
voluptuous-serialize==2.3.0
|
voluptuous-serialize==2.3.0
|
||||||
voluptuous==0.11.7
|
voluptuous==0.11.7
|
||||||
zeroconf==0.24.1
|
zeroconf==0.24.2
|
||||||
|
|
||||||
pycryptodome>=3.6.6
|
pycryptodome>=3.6.6
|
||||||
|
|
||||||
|
|
|
@ -2088,7 +2088,7 @@ youtube_dl==2019.11.28
|
||||||
zengge==0.2
|
zengge==0.2
|
||||||
|
|
||||||
# homeassistant.components.zeroconf
|
# homeassistant.components.zeroconf
|
||||||
zeroconf==0.24.1
|
zeroconf==0.24.2
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zha-quirks==0.0.28
|
zha-quirks==0.0.28
|
||||||
|
|
|
@ -653,7 +653,7 @@ ya_ma==0.3.8
|
||||||
yahooweather==0.10
|
yahooweather==0.10
|
||||||
|
|
||||||
# homeassistant.components.zeroconf
|
# homeassistant.components.zeroconf
|
||||||
zeroconf==0.24.1
|
zeroconf==0.24.2
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zha-quirks==0.0.28
|
zha-quirks==0.0.28
|
||||||
|
|
Loading…
Add table
Reference in a new issue