mirror of
https://github.com/home-assistant/core.git
synced 2026-08-29 10:21:09 -05:00
7 lines
176 B
Python
7 lines
176 B
Python
"""Constants for the Collection Image integration tests."""
|
|
|
|
from pathlib import Path
|
|
|
|
TEST_IMAGE = Path(__file__).parent / "test.png"
|
|
DEFAULT_ENTITY_ID = "image.random_image"
|