mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 13:05:42 +01:00
6 lines
141 B
Python
6 lines
141 B
Python
"""Constants for the Hegel tests."""
|
|
|
|
TEST_HOST = "192.168.1.100"
|
|
TEST_MODEL = "H190"
|
|
TEST_UDN = "uuid:12345678-1234-1234-1234-123456789abc"
|