Skip to content

Commit

Permalink
Complete tests for HomeWizard kWh Meter SDM230 (#103840)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Nov 12, 2023
1 parent 0c421b7 commit bb63da7
Show file tree
Hide file tree
Showing 6 changed files with 711 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/components/homewizard/fixtures/SDM230/device.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"product_type": "SDM230-WIFI",
"product_type": "SDM230-wifi",
"product_name": "kWh meter",
"serial": "3c39e7aabbcc",
"firmware_version": "3.06",
Expand Down
6 changes: 2 additions & 4 deletions tests/components/homewizard/snapshots/test_diagnostics.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -261,13 +261,11 @@
'api_version': 'v1',
'firmware_version': '3.06',
'product_name': 'kWh meter',
'product_type': 'SDM230-WIFI',
'product_type': 'SDM230-wifi',
'serial': '**REDACTED**',
}),
'state': None,
'system': dict({
'cloud_enabled': True,
}),
'system': None,
}),
'entry': dict({
'ip_address': '**REDACTED**',
Expand Down

0 comments on commit bb63da7

Please sign in to comment.