mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 19:32:19 +01:00
Bump platformio to 5.2.0 (#2291)
This commit is contained in:
@@ -4,9 +4,6 @@ import time
|
||||
from typing import Dict, Optional
|
||||
|
||||
from zeroconf import (
|
||||
_CLASS_IN,
|
||||
_FLAGS_QR_QUERY,
|
||||
_TYPE_A,
|
||||
DNSAddress,
|
||||
DNSOutgoing,
|
||||
DNSRecord,
|
||||
@@ -15,6 +12,10 @@ from zeroconf import (
|
||||
Zeroconf,
|
||||
)
|
||||
|
||||
_CLASS_IN = 1
|
||||
_FLAGS_QR_QUERY = 0x0000 # query
|
||||
_TYPE_A = 1
|
||||
|
||||
|
||||
class HostResolver(RecordUpdateListener):
|
||||
def __init__(self, name: str):
|
||||
|
Reference in New Issue
Block a user