mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
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:
parent
9a3c7111f7
commit
bc5849e4ef
@ -132,7 +132,7 @@ async def _generate_trackables(
|
|||||||
trackable = await trackable.details()
|
trackable = await trackable.details()
|
||||||
|
|
||||||
# Check that the pet has tracker linked.
|
# Check that the pet has tracker linked.
|
||||||
if not trackable["device_id"]:
|
if not trackable.get("device_id"):
|
||||||
return None
|
return None
|
||||||
|
|
||||||
if "details" not in trackable:
|
if "details" not in trackable:
|
||||||
|
@ -7,5 +7,5 @@
|
|||||||
"integration_type": "device",
|
"integration_type": "device",
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["aiotractive"],
|
"loggers": ["aiotractive"],
|
||||||
"requirements": ["aiotractive==0.5.6"]
|
"requirements": ["aiotractive==0.6.0"]
|
||||||
}
|
}
|
||||||
|
@ -383,7 +383,7 @@ aiosyncthing==0.5.1
|
|||||||
aiotankerkoenig==0.4.1
|
aiotankerkoenig==0.4.1
|
||||||
|
|
||||||
# homeassistant.components.tractive
|
# homeassistant.components.tractive
|
||||||
aiotractive==0.5.6
|
aiotractive==0.6.0
|
||||||
|
|
||||||
# homeassistant.components.unifi
|
# homeassistant.components.unifi
|
||||||
aiounifi==79
|
aiounifi==79
|
||||||
|
@ -362,7 +362,7 @@ aiosyncthing==0.5.1
|
|||||||
aiotankerkoenig==0.4.1
|
aiotankerkoenig==0.4.1
|
||||||
|
|
||||||
# homeassistant.components.tractive
|
# homeassistant.components.tractive
|
||||||
aiotractive==0.5.6
|
aiotractive==0.6.0
|
||||||
|
|
||||||
# homeassistant.components.unifi
|
# homeassistant.components.unifi
|
||||||
aiounifi==79
|
aiounifi==79
|
||||||
|
Loading…
x
Reference in New Issue
Block a user