Skip to content

Commit a55cc1c

Browse files
committed
Update anna_p1 test-json, entity_items assert
1 parent e801308 commit a55cc1c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/data/anna/anna_p1.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"available": true,
6060
"dev_class": "smartmeter",
6161
"location": "da7be222ab3b420c927f3e49fade0304",
62+
"model": "2MS212 SMR5.5",
6263
"name": "P1",
6364
"sensors": {
6465
"electricity_consumed_off_peak_cumulative": 618.001,
@@ -80,7 +81,8 @@
8081
"net_electricity_cumulative": 238.069,
8182
"net_electricity_point": 393,
8283
"voltage_phase_one": 234.6
83-
}
84+
},
85+
"vendor": "SAGEM"
8486
},
8587
"53130847be2f436cb946b78dedb9053a": {
8688
"binary_sensors": {

tests/test_anna.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ async def test_connect_anna_p1(self):
551551
)
552552

553553
await self.device_test(api, "2025-11-2 00:00:01", testdata)
554-
assert self.entity_items == 74 # 93
554+
assert self.entity_items == 76
555555

556556
await api.close_connection()
557557
await self.disconnect(server, client)

0 commit comments

Comments
 (0)