Files
ha-core/homeassistant/components/opnsense/const.py

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"