* New integration Amazon Devices * apply review comments * bump aioamazondevices * Add notify platform * pylance * full coverage for coordinator tests * cleanup imports * Add switch platform * update quality scale: docs items * update quality scale: brands * apply review comments * fix new ruff rule * simplify EntityDescription code * remove additional platforms for first PR * apply review comments * update IQS * apply last review comments * snapshot update * apply review comments * apply review comments
8 lines
192 B
Python
8 lines
192 B
Python
"""Amazon Devices tests const."""
|
|
|
|
TEST_CODE = 123123
|
|
TEST_COUNTRY = "IT"
|
|
TEST_PASSWORD = "fake_password"
|
|
TEST_SERIAL_NUMBER = "echo_test_serial_number"
|
|
TEST_USERNAME = "fake_email@gmail.com"
|