mirror of
https://github.com/home-assistant/core.git
synced 2025-05-10 08:59:18 +00:00
6 lines
125 B
Python
6 lines
125 B
Python
"""Define common SimpliSafe test constants/etc."""
|
|
|
|
REFRESH_TOKEN = "token123"
|
|
USERNAME = "user@email.com"
|
|
USER_ID = "12345"
|