mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Remove unused const (#22383)
This commit is contained in:
parent
c8048e1aff
commit
f997957054
@ -28,7 +28,6 @@ HOMEKIT_IGNORE = [
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
REQUEST_TIMEOUT = 5 # seconds
|
|
||||||
RETRY_INTERVAL = 60 # seconds
|
RETRY_INTERVAL = 60 # seconds
|
||||||
|
|
||||||
PAIRING_FILE = "pairing.json"
|
PAIRING_FILE = "pairing.json"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user