mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 10:05:26 +01:00
7 lines
149 B
Python
7 lines
149 B
Python
"""Constants for the senz component tests."""
|
|
|
|
CLIENT_ID = "test_client_id"
|
|
CLIENT_SECRET = "test_client_secret"
|
|
|
|
ENTRY_UNIQUE_ID = "test_unique_id"
|