Skip to content

Commit

Permalink
Fix: bump mytoyota to 2.1.0 and fix shopGenuinePartsUrl validation (
Browse files Browse the repository at this point in the history
#237)

bump mytoyota to 2.1.0
  • Loading branch information
CM000n committed Feb 17, 2024
1 parent f68b684 commit 484334a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 27 deletions.
4 changes: 2 additions & 2 deletions custom_components/toyota/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"documentation": "https://github.com/DurgNomis-drol/ha_toyota",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/DurgNomis-drol/ha_toyota/issues",
"requirements": ["mytoyota==2.0.0", "arrow"],
"version": "v2.0.0"
"requirements": ["mytoyota==2.1.0", "arrow"],
"version": "v2.0.2"
}
35 changes: 12 additions & 23 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "toyota"
version = "v2.0.0"
version = "v2.0.2"
description = "Toyota Connected Services integration for Home Assistant"
authors = ["DurgNomis-drol <simongrud@gmail.com>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.11"
homeassistant = "^2023.11"
mytoyota = "2.0.0"
mytoyota = "2.1.0"
arrow = "^1.1.1"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 484334a

Please sign in to comment.