5 lines
89 B
Python
5 lines
89 B
Python
|
"""Constants for the Vulcan integration."""
|
||
|
|
||
|
DOMAIN = "vulcan"
|
||
|
DEFAULT_SCAN_INTERVAL = 5
|