mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +00:00
9 lines
206 B
Python
9 lines
206 B
Python
"""Constants for OPNsense component."""
|
|
|
|
DOMAIN = "opnsense"
|
|
OPNSENSE_DATA = DOMAIN
|
|
|
|
CONF_API_SECRET = "api_secret"
|
|
CONF_INTERFACE_CLIENT = "interface_client"
|
|
CONF_TRACKER_INTERFACES = "tracker_interfaces"
|