mirror of
https://github.com/home-assistant/core.git
synced 2026-05-18 14:29:57 +01:00
261ca2dd9a
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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"
|