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