1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-06 22:36:33 +01:00
Files
core/tests/components/wolflink/const.py
T
EnjoyingM 035e7e0a38 Wolflink Shared and multidevice hub support (#172795)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
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",
}