mirror of
https://github.com/home-assistant/core.git
synced 2025-05-10 08:59:18 +00:00
7 lines
120 B
Python
7 lines
120 B
Python
"""Constants for the image integration."""
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "image"
|
|
|
|
IMAGE_TIMEOUT: Final = 10
|