mirror of
https://github.com/home-assistant/core.git
synced 2026-07-06 22:36:33 +01:00
035e7e0a38
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
9 lines
201 B
Python
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",
|
|
}
|