5 lines
96 B
Python
5 lines
96 B
Python
|
"""Constants for the LaCrosse View integration."""
|
||
|
|
||
|
DOMAIN = "lacrosse_view"
|
||
|
SCAN_INTERVAL = 30
|