1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-30 08:02:02 +00:00
Files
core/homeassistant/components/image/const.py
2023-03-31 09:25:15 +02:00

7 lines
120 B
Python

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