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