Files

6 lines
98 B
Python

"""Constants for the Airobot integration."""
from typing import Final
DOMAIN: Final = "airobot"