Skip to content

Commit

Permalink
bump pymammotion
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey0000 committed Aug 9, 2024
1 parent afdaefe commit 93dc18d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions custom_components/mammotion/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "mammotion",
"name": "Mammotion",
"version": "0.0.14",
"version": "0.0.15",
"integration_type": "device",
"bluetooth": [
{
Expand Down Expand Up @@ -29,6 +29,6 @@
],
"iot_class": "local_push",
"requirements": [
"pymammotion==0.0.52"
"pymammotion==0.0.54"
]
}
10 changes: 5 additions & 5 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,13 +1,13 @@
[tool.poetry]
name = "Mammotion-HA"
version = "0.0.12"
version = "0.0.15"
description = "Mammotion lawn mower integration for HACS"
authors = ["Michael Arthur <michael@jumblesoft.co.nz>", "jLynx <@jlynx>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "~3.12.0"
pymammotion = "0.0.52"
pymammotion = "0.0.54"
homeassistant = "^2024.5.5"


Expand Down

0 comments on commit 93dc18d

Please sign in to comment.