mirror of
https://github.com/home-assistant/core.git
synced 2026-02-21 02:18:47 +00: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"
|