mirror of
https://github.com/home-assistant/core.git
synced 2026-05-30 04:05:01 +01:00
d766aae436
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: frenck <195327+frenck@users.noreply.github.com>
16 lines
329 B
Python
16 lines
329 B
Python
"""Support for Ombi."""
|
|
|
|
ATTR_SEASON = "season"
|
|
|
|
CONF_URLBASE = "urlbase"
|
|
|
|
DEFAULT_NAME = DOMAIN = "ombi"
|
|
DEFAULT_PORT = 5000
|
|
DEFAULT_SEASON = "latest"
|
|
DEFAULT_SSL = False
|
|
DEFAULT_URLBASE = ""
|
|
|
|
SERVICE_MOVIE_REQUEST = "submit_movie_request"
|
|
SERVICE_MUSIC_REQUEST = "submit_music_request"
|
|
SERVICE_TV_REQUEST = "submit_tv_request"
|