mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
7 lines
121 B
Python
7 lines
121 B
Python
"""Constants for APCUPSd component."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "apcupsd"
|
|
CONNECTION_TIMEOUT: int = 10
|