mirror of
https://github.com/home-assistant/core.git
synced 2026-07-04 21:25:26 +01:00
ca5aa215d2
Co-authored-by: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Joostlek <joostlek@outlook.com>
8 lines
180 B
Python
8 lines
180 B
Python
"""Constants for victron_gx tests."""
|
|
|
|
MOCK_INSTALLATION_ID = "123"
|
|
MOCK_SERIAL = "HQ2234ABCDE"
|
|
MOCK_MODEL = "Cerbo GX"
|
|
MOCK_FRIENDLY_NAME = "Venus GX"
|
|
MOCK_HOST = "192.168.1.100"
|