1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-23 12:29:55 +00:00
Files
core/homeassistant/components/image/const.py
2023-06-19 17:03:48 +02:00

7 lines
120 B
Python

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