* Add Uonet+ Vulcan integration * Add "configuration_url", fix some minor issues * Refactor and fix tests * Optimize code * Apply suggestion from code review Co-authored-by: Maciej Bieniek <bieniu@users.noreply.github.com> * Update error handling * Fix some tests * Update CODEOWNERS and fix pylint * Cleanup vulcan tests * Run prettier Co-authored-by: Maciej Bieniek <bieniu@users.noreply.github.com> Co-authored-by: Erik Montnemery <erik@montnemery.com>
4 lines
89 B
Python
4 lines
89 B
Python
"""Constants for the Vulcan integration."""
|
|
|
|
DOMAIN = "vulcan"
|
|
DEFAULT_SCAN_INTERVAL = 5
|