mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 10:16:02 -05:00
6 lines
95 B
Python
6 lines
95 B
Python
"""Constants for the LibreNMS integration."""
|
|
|
|
DOMAIN = "librenms"
|
|
|
|
DEFAULT_VERIFY_SSL = False
|