mirror of
https://github.com/home-assistant/core.git
synced 2025-04-29 11:47:50 +00:00
8 lines
121 B
Python
8 lines
121 B
Python
"""Constants for the image integration."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "image"
|
|
|
|
IMAGE_TIMEOUT: Final = 10
|