1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-04 21:25:26 +01:00
Files
core/tests/components/victron_gx/const.py
T
Tomer ca5aa215d2 Victron GX communication center integration (#156090)
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>
2026-04-06 12:57:12 +02:00

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"