mirror of
https://github.com/home-assistant/core.git
synced 2025-04-29 19:57:52 +00:00
5 lines
91 B
Python
5 lines
91 B
Python
"""Constants for APCUPSd component."""
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "apcupsd"
|