Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix utility meter restore state #66490

Merged
merged 12 commits into from
Feb 15, 2022
Prev Previous commit
Next Next commit
test we only reset one utility_meter
  • Loading branch information
dgomes committed Feb 14, 2022
commit 6ed3c061f920d2d05af1a1809d7558b0e9999c1a
7 changes: 6 additions & 1 deletion tests/components/utility_meter/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,12 @@ async def test_services(hass):
"source": "sensor.energy",
"cycle": "hourly",
"tariffs": ["peak", "offpeak"],
}
},
"energy_bill2": {
"source": "sensor.energy",
"cycle": "hourly",
"tariffs": ["peak", "offpeak"],
},
}
}

Expand Down