mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 19:09:32 +00:00
Co-authored-by: Simone Chemelli <simone.chemelli@gmail.com> Co-authored-by: Joostlek <joostlek@outlook.com>
8 lines
193 B
Python
8 lines
193 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"
|