1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00
Files
core/tests/components/tile/const.py
T
2024-12-28 12:37:21 +01:00

5 lines
104 B
Python

"""Constants for the Tile component tests."""
TEST_PASSWORD = "123abc"
TEST_USERNAME = "user@host.com"