core/homeassistant/components/image/const.py

7 lines
120 B
Python
Raw Normal View History

2023-06-19 15:03:48 +00:00
"""Constants for the image integration."""
from typing import Final
DOMAIN: Final = "image"
IMAGE_TIMEOUT: Final = 10