1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-07 06:46:17 +01:00
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)