We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6139537 commit b60aa4eCopy full SHA for b60aa4e
2 files changed
fixtures/adam_plus_anna_new/data.json
@@ -42,6 +42,7 @@
42
"low_battery": false
43
},
44
"dev_class": "zone_thermostat",
45
+ "firmware": "2025-11-10T01:00:00+01:00",
46
"hardware": "1",
47
"location": "f2bf9048bef64cc5b6d5110154e33c81",
48
"model": "Emma Pro",
tests/test_adam.py
@@ -47,7 +47,7 @@ async def test_connect_adam_plus_anna_new(self):
test_items = await self.device_test(api, "2025-10-12 00:00:01", testdata)
49
assert api.gateway_id == "da224107914542988a88561b4452b0f6"
50
- assert self.entity_items == 230
+ assert self.entity_items == 231
51
assert test_items == self.entity_items
52
assert self.entity_list == [
53
"da224107914542988a88561b4452b0f6",
0 commit comments