1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-14 10:03:52 +01:00
Files
2025-11-22 21:14:41 +01:00

6 lines
98 B
Python

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