mirror of
https://github.com/home-assistant/core.git
synced 2026-02-28 13:56:28 +00:00
* Add Overseerr integration * Add Overseerr integration * Fix * Fix * Fix * Fix * Fix * Fix * Fix
9 lines
148 B
Python
9 lines
148 B
Python
"""Constants for the overseerr integration."""
|
|
|
|
import logging
|
|
|
|
DOMAIN = "overseerr"
|
|
LOGGER = logging.getLogger(__package__)
|
|
|
|
REQUESTS = "requests"
|