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."""
|
||||
|
||||
import ipaddress
|
||||
import logging
|
||||
import socket
|
||||
|
@ -15,6 +14,7 @@ from zeroconf import (
|
|||
|
||||
from homeassistant import util
|
||||
from homeassistant.const import (
|
||||
ATTR_NAME,
|
||||
EVENT_HOMEASSISTANT_START,
|
||||
EVENT_HOMEASSISTANT_STOP,
|
||||
__version__,
|
||||
|
@ -29,7 +29,6 @@ ATTR_HOST = "host"
|
|||
ATTR_PORT = "port"
|
||||
ATTR_HOSTNAME = "hostname"
|
||||
ATTR_TYPE = "type"
|
||||
ATTR_NAME = "name"
|
||||
ATTR_PROPERTIES = "properties"
|
||||
|
||||
ZEROCONF_TYPE = "_home-assistant._tcp.local."
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Zeroconf",
|
||||
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
|
||||
"requirements": [
|
||||
"zeroconf==0.24.1"
|
||||
"zeroconf==0.24.2"
|
||||
],
|
||||
"dependencies": [
|
||||
"api"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue