We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9dd69 commit 3436658Copy full SHA for 3436658
1 file changed
tests/test_smile.py
@@ -5260,7 +5260,6 @@ async def test_connect_p1v4_442_single(self):
5260
}
5261
testdata_updated = {
5262
"ba4de7613517478da82dd9b6abea36af": {
5263
- "available": True,
5264
"sensors": {
5265
"net_electricity_point": -2248,
5266
"electricity_consumed_peak_point": 0,
@@ -5269,7 +5268,7 @@ async def test_connect_p1v4_442_single(self):
5269
5268
"electricity_consumed_off_peak_interval": 0,
5270
"electricity_produced_peak_point": 2248,
5271
"electricity_produced_off_peak_point": 0,
5272
- "electricity_produced_peak_cumulative": 6543,
+ "electricity_produced_peak_cumulative": 6.543,
5273
"electricity_produced_off_peak_cumulative": 0.0,
5274
"electricity_produced_peak_interval": 1345,
5275
"electricity_produced_off_peak_interval": 0,
0 commit comments