Bump aiotractive to 0.6.0 (#121155)

Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Maciej Bieniek 2024-07-22 01:11:05 +02:00 committed by Franck Nijhof
parent a08ffdc8d3
commit 74d10b9824
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
4 changed files with 4 additions and 4 deletions

View File

@ -132,7 +132,7 @@ async def _generate_trackables(
trackable = await trackable.details()
# Check that the pet has tracker linked.
if not trackable["device_id"]:
if not trackable.get("device_id"):
return None
if "details" not in trackable:

View File

@ -7,5 +7,5 @@
"integration_type": "device",
"iot_class": "cloud_push",
"loggers": ["aiotractive"],
"requirements": ["aiotractive==0.5.6"]
"requirements": ["aiotractive==0.6.0"]
}

View File

@ -386,7 +386,7 @@ aiosyncthing==0.5.1
aiotankerkoenig==0.4.1
# homeassistant.components.tractive
aiotractive==0.5.6
aiotractive==0.6.0
# homeassistant.components.unifi
aiounifi==79

View File

@ -359,7 +359,7 @@ aiosyncthing==0.5.1
aiotankerkoenig==0.4.1
# homeassistant.components.tractive
aiotractive==0.5.6
aiotractive==0.6.0
# homeassistant.components.unifi
aiounifi==79