mirror of
https://github.com/home-assistant/core.git
synced 2026-08-19 21:01:05 +01:00
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
11 lines
328 B
Python
11 lines
328 B
Python
"""Constants for the Anglian Water test suite."""
|
|
|
|
from homeassistant.components.anglian_water.helpers import consent_required_issue_id
|
|
|
|
ACCOUNT_NUMBER = "171266493"
|
|
ACCESS_TOKEN = "valid_token"
|
|
USERNAME = "hello@example.com"
|
|
PASSWORD = "SecurePassword123"
|
|
|
|
CONSENT_REQUIRED_ISSUE_ID = consent_required_issue_id(ACCOUNT_NUMBER)
|