1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-22 11:59:34 +00:00
Files
core/homeassistant/components/image/const.py
2024-03-08 08:52:48 -05:00

8 lines
121 B
Python

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