1
0
mirror of https://github.com/home-assistant/core.git synced 2025-07-27 15:17:35 +00:00

8 lines
121 B
Python

"""Constants for the image integration."""
from typing import Final
DOMAIN: Final = "image"
IMAGE_TIMEOUT: Final = 10