mirror of
https://github.com/home-assistant/core.git
synced 2025-12-04 15:08:07 +00: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"
|