mirror of
https://github.com/home-assistant/core.git
synced 2025-05-04 14:09:16 +00:00
5 lines
124 B
Python
5 lines
124 B
Python
"""Define common SimpliSafe test constants/etc."""
|
|
REFRESH_TOKEN = "token123"
|
|
USERNAME = "user@email.com"
|
|
USER_ID = "12345"
|