1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-15 16:30:04 +00:00
Files
core/tests/components/slide_local/const.py
dontinelli c164507952 Add new integration slide_local ()
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-12-12 20:18:19 +01:00

9 lines
255 B
Python

"""Common const used across tests for slide_local."""
from homeassistant.components.slide_local.const import DOMAIN
from tests.common import load_json_object_fixture
HOST = "127.0.0.2"
SLIDE_INFO_DATA = load_json_object_fixture("slide_1.json", DOMAIN)