mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 10:55:50 +00: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"
|