mirror of
https://github.com/home-assistant/core.git
synced 2026-07-05 08:01:26 +02:00
8 lines
230 B
Python
8 lines
230 B
Python
|
|
"""Constants for the CentriConnect/MyPropane integration tests."""
|
||
|
|
|
||
|
|
TEST_TANK_ID = "123a4b5c-678d-9e0f-a123-4b567c8d901e"
|
||
|
|
TEST_USERNAME = "12345678-9012-3456-7a89-b012345cde6f"
|
||
|
|
TEST_PASSWORD = "123456"
|
||
|
|
|
||
|
|
TEST_TANK_NAME = "My Tank"
|