mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 09:38:58 +01:00
7 lines
171 B
Python
7 lines
171 B
Python
"""Constants for the Anglian Water test suite."""
|
|
|
|
ACCOUNT_NUMBER = "171266493"
|
|
ACCESS_TOKEN = "valid_token"
|
|
USERNAME = "hello@example.com"
|
|
PASSWORD = "SecurePassword123"
|