From 909af30c7c5ddc6ada0be2aefb6f942dee25f2b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hjelseth=20H=C3=B8yer?= Date: Tue, 17 Aug 2021 22:04:05 +0200 Subject: [PATCH] Tractive, update library (#54775) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Hjelseth Høyer --- homeassistant/components/tractive/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/tractive/manifest.json b/homeassistant/components/tractive/manifest.json index 2328c07f905..73ee75a4ac5 100644 --- a/homeassistant/components/tractive/manifest.json +++ b/homeassistant/components/tractive/manifest.json @@ -4,7 +4,7 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/tractive", "requirements": [ - "aiotractive==0.5.1" + "aiotractive==0.5.2" ], "codeowners": [ "@Danielhiversen", diff --git a/requirements_all.txt b/requirements_all.txt index 5a535b86c13..a764e7721bd 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -246,7 +246,7 @@ aioswitcher==2.0.4 aiosyncthing==0.5.1 # homeassistant.components.tractive -aiotractive==0.5.1 +aiotractive==0.5.2 # homeassistant.components.unifi aiounifi==26 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 16591436f25..5ba9adafa97 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -167,7 +167,7 @@ aioswitcher==2.0.4 aiosyncthing==0.5.1 # homeassistant.components.tractive -aiotractive==0.5.1 +aiotractive==0.5.2 # homeassistant.components.unifi aiounifi==26