mirror of
https://github.com/home-assistant/core.git
synced 2026-08-22 06:11:36 +01:00
10 lines
233 B
Python
10 lines
233 B
Python
"""Alexa Devices tests const."""
|
|
|
|
TEST_CODE = "023123"
|
|
TEST_COUNTRY = "IT"
|
|
TEST_PASSWORD = "fake_password"
|
|
TEST_SERIAL_NUMBER = "echo_test_serial_number"
|
|
TEST_USERNAME = "fake_email@gmail.com"
|
|
|
|
TEST_DEVICE_ID = "echo_test_device_id"
|