core/homeassistant/components/image/const.py

8 lines
121 B
Python
Raw Normal View History

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