hass-core/tests/components/doorbird/fixtures/info.json
J. Nick Koston a0a5f640dc
Add some basic tests for doorbird (#122135)
* basic tests

* basic tests

* basic tests

* basic tests

* cover

* cover

* Update tests/components/doorbird/test_init.py
2024-07-18 22:36:54 +02:00

23 lines
417 B
JSON

{
"BHA": {
"RETURNCODE": "1",
"VERSION": [
{
"FIRMWARE": "000125",
"BUILD_NUMBER": "15870439",
"WIFI_MAC_ADDR": "1234ABCD",
"RELAYS": [
"1",
"2",
"ghchdi@1",
"ghchdi@2",
"ghchdi@3",
"ghdwkh@1",
"ghdwkh@2",
"ghdwkh@3"
],
"DEVICE-TYPE": "DoorBird D2101V"
}
]
}
}