"""Constants for the Total Connect tests."""
LOCATION_ID = 1234567
CODE = "7890"
USERNAME = "username@me.com"
PASSWORD = "password"
USERCODES = {LOCATION_ID: "7890"}