mirror of
https://github.com/home-assistant/core.git
synced 2026-08-16 10:13:55 +01:00
11 lines
309 B
Python
11 lines
309 B
Python
"""Constants for the test Sensoterra integration."""
|
|
|
|
API_TOKEN = (
|
|
"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9"
|
|
".eyJleHAiOjE4NTYzMDQwMDAsInN1YiI6IjM5In0"
|
|
".yxdXXlc1DqopqDRHfAVzFrMqZJl6nKLpu1dV8alHvVY"
|
|
)
|
|
API_EMAIL = "test-email@example.com"
|
|
API_PASSWORD = "test-password"
|
|
HASS_UUID = "phony-unique-id"
|