mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 03:07:50 +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
|