mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-22 12:06:59 +01: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
|