Skip to content

Commit d6d5be8

Browse files
authored
Update spothinta-api to 1.0.0 (#259)
1 parent 9ecc5fe commit d6d5be8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.8.0"
13+
"spothinta-api==1.0.0"
1414
],
1515
"version": "0.6.0"
1616
}

poetry.lock

Lines changed: 4 additions & 4 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.13.2,<3.14"
18-
spothinta-api = "==0.8.0"
18+
spothinta-api = "==1.0.0"
1919

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

0 commit comments

Comments
 (0)