Files
core/tests/components/wolflink/const.py
T
2026-06-22 22:40:14 +02:00

9 lines
201 B
Python

"""Constants for the Wolf SmartSet Service tests."""
from homeassistant.const import CONF_PASSWORD, CONF_USERNAME
CONFIG = {
CONF_USERNAME: "test-username",
CONF_PASSWORD: "test-password",
}