mirror of
https://github.com/home-assistant/core.git
synced 2026-01-26 17:42:45 +01:00
6 lines
112 B
Python
6 lines
112 B
Python
"""Constants for aladdin_connect tests."""
|
|
|
|
CLIENT_ID = "1234"
|
|
CLIENT_SECRET = "5678"
|
|
USER_ID = "test_user_123"
|