1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-18 12:03:33 +01:00
Files

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"