Files
core/homeassistant/components/guntamatic/const.py
T
2026-05-14 14:54:37 +02:00

7 lines
141 B
Python

"""Constants for the guntamatic integration."""
from datetime import timedelta
DOMAIN = "guntamatic"
SCAN_INTERVAL = timedelta(seconds=30)