From 74d10b9824444350a4007085200ea6810a678ee2 Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Mon, 22 Jul 2024 01:11:05 +0200 Subject: [PATCH] Bump `aiotractive` to 0.6.0 (#121155) Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com> Co-authored-by: J. Nick Koston --- homeassistant/components/tractive/__init__.py | 2 +- homeassistant/components/tractive/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/tractive/__init__.py b/homeassistant/components/tractive/__init__.py index fd5abe24c06..4f0de7b14cd 100644 --- a/homeassistant/components/tractive/__init__.py +++ b/homeassistant/components/tractive/__init__.py @@ -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: diff --git a/homeassistant/components/tractive/manifest.json b/homeassistant/components/tractive/manifest.json index 75ddf065bd7..903c5347d52 100644 --- a/homeassistant/components/tractive/manifest.json +++ b/homeassistant/components/tractive/manifest.json @@ -7,5 +7,5 @@ "integration_type": "device", "iot_class": "cloud_push", "loggers": ["aiotractive"], - "requirements": ["aiotractive==0.5.6"] + "requirements": ["aiotractive==0.6.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 1512acef5e8..6c87b9bd19a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index a7cbf46c54b..a0b1497a185 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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