Add config flow to tautulli integration (#57450)
This commit is contained in:
parent
8a2b20faf0
commit
09a7116efc
18 changed files with 1441 additions and 87 deletions
|
@ -1,5 +1,11 @@
|
|||
"""Constants for the Tautulli integration."""
|
||||
from logging import Logger, getLogger
|
||||
|
||||
CONF_MONITORED_USERS = "monitored_users"
|
||||
DEFAULT_NAME = "Tautulli"
|
||||
DEFAULT_PATH = ""
|
||||
DEFAULT_PORT = "8181"
|
||||
DEFAULT_SSL = False
|
||||
DEFAULT_VERIFY_SSL = True
|
||||
DOMAIN = "tautulli"
|
||||
LOGGER: Logger = getLogger(__package__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue