mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 18:33:44 +02:00
ab04e2c501
Co-authored-by: Joostlek <joostlek@outlook.com>
9 lines
168 B
Python
9 lines
168 B
Python
"""Constants for the Total Connect tests."""
|
|
|
|
LOCATION_ID = 1234567
|
|
CODE = "7890"
|
|
|
|
USERNAME = "username@me.com"
|
|
PASSWORD = "password"
|
|
USERCODES = {LOCATION_ID: "7890"}
|