mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 11:29:46 +00:00
9 lines
213 B
Python
9 lines
213 B
Python
"""Alexa Devices tests const."""
|
|
|
|
TEST_CODE = "023123"
|
|
TEST_PASSWORD = "fake_password"
|
|
TEST_SERIAL_NUMBER = "echo_test_serial_number"
|
|
TEST_USERNAME = "fake_email@gmail.com"
|
|
|
|
TEST_DEVICE_ID = "echo_test_device_id"
|