"""Constants for APCUPSd component."""
from typing import Final
DOMAIN: Final = "apcupsd"
CONNECTION_TIMEOUT: int = 10