"""Constants for Leviton Decora Wi-Fi integration tests.""" from homeassistant.const import CONF_PASSWORD, CONF_USERNAME TEST_USERNAME = "test@example.com" TEST_PASSWORD = "test-password" TEST_USER_ID = "12345" USER_INPUT = { CONF_USERNAME: TEST_USERNAME, CONF_PASSWORD: TEST_PASSWORD, }