1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/tests/components/pooldose/fixtures/deviceinfo.json
Lukas 51c7bafb41 Add Seko PoolDose integration (#146972)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Norbert Rittel <norbert@rittel.de>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2025-08-27 01:48:50 +02:00

16 lines
371 B
JSON

{
"NAME": "Pool Device",
"SERIAL_NUMBER": "TEST123456789",
"DEVICE_ID": "TEST123456789_DEVICE",
"MODEL": "POOL DOSE",
"MODEL_ID": "PDPR1H1HAW100",
"OWNERID": "GBL00001ENDUSERS",
"GROUPNAME": "Pool Device",
"FW_VERSION": "1.30",
"SW_VERSION": "2.10",
"API_VERSION": "v1/",
"FW_CODE": "539187",
"MAC": "AA:BB:CC:DD:EE:FF",
"IP": "192.168.1.100"
}