mirror of
https://github.com/home-assistant/core.git
synced 2026-06-01 05:04:21 +01:00
ec918e0460
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Joostlek <joostlek@outlook.com>
7 lines
141 B
Python
7 lines
141 B
Python
"""Constants for the guntamatic integration."""
|
|
|
|
from datetime import timedelta
|
|
|
|
DOMAIN = "guntamatic"
|
|
SCAN_INTERVAL = timedelta(seconds=30)
|