Skip to content

Commit 2f4cd21

Browse files
authored
Bump opower to 0.15.9 (#155473)
1 parent d369aa7 commit 2f4cd21

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

homeassistant/components/opower/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"iot_class": "cloud_polling",
99
"loggers": ["opower"],
1010
"quality_scale": "bronze",
11-
"requirements": ["opower==0.15.8"]
11+
"requirements": ["opower==0.15.9"]
1212
}

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/components/opower/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def mock_opower_api() -> Generator[AsyncMock]:
3737
"homeassistant.components.opower.coordinator.Opower", autospec=True
3838
) as mock_api:
3939
api = mock_api.return_value
40-
api.utility = PGE
40+
api.utility = PGE()
4141

4242
api.async_get_accounts.return_value = [
4343
Account(

0 commit comments

Comments
 (0)