Files

6 lines
96 B
Python

"""Constants for the Switch integration."""
from typing import Final
DOMAIN: Final = "switch"