Skip to content

Commit 1b84f18

Browse files
slovdahlCopilot
andauthored
Update spothinta-api to 0.7.2 for hourly spot price fix (#227)
For slovdahl/python-spothinta-api#462. Co-authored-by: Copilot <[email protected]>
1 parent 157a2ee commit 1b84f18

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

custom_components/spothinta/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"iot_class": "cloud_polling",
1111
"issue_tracker": "https://github.com/slovdahl/home-assistant-spothinta/issues",
1212
"requirements": [
13-
"spothinta-api==0.7.1"
13+
"spothinta-api==0.7.2"
1414
],
1515
"version": "0.6.0"
1616
}

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build-backend = "poetry.core.masonry.api"
1515

1616
[tool.poetry.dependencies]
1717
python = ">=3.12,<3.14"
18-
spothinta-api = "^0.7.0"
18+
spothinta-api = "==0.7.2"
1919

2020
[tool.poetry.group.dev.dependencies]
2121
homeassistant = "~2025.1.4"

0 commit comments

Comments
 (0)