mirror of
https://github.com/home-assistant/core.git
synced 2026-01-25 17:12:47 +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"
|