From d7619d2302963afeb1bfd70991299ecd3f5ffec5 Mon Sep 17 00:00:00 2001 From: Tom Harris Date: Thu, 17 Feb 2022 15:52:06 -0500 Subject: [PATCH] Bump pyinsteon to 1.0.16 (#66759) --- homeassistant/components/insteon/manifest.json | 9 ++++++--- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/insteon/manifest.json b/homeassistant/components/insteon/manifest.json index 595afd061cc..7abff39113b 100644 --- a/homeassistant/components/insteon/manifest.json +++ b/homeassistant/components/insteon/manifest.json @@ -3,12 +3,15 @@ "name": "Insteon", "documentation": "https://www.home-assistant.io/integrations/insteon", "requirements": [ - "pyinsteon==1.0.14" + "pyinsteon==1.0.16" ], "codeowners": [ "@teharris1" ], "config_flow": true, "iot_class": "local_push", - "loggers": ["pyinsteon", "pypubsub"] -} + "loggers": [ + "pyinsteon", + "pypubsub" + ] +} \ No newline at end of file diff --git a/requirements_all.txt b/requirements_all.txt index 7fdf253ccc0..3f343d5d23f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1579,7 +1579,7 @@ pyialarm==1.9.0 pyicloud==0.10.2 # homeassistant.components.insteon -pyinsteon==1.0.14 +pyinsteon==1.0.16 # homeassistant.components.intesishome pyintesishome==1.7.6 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index d32f2192f5e..faeba577532 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -993,7 +993,7 @@ pyialarm==1.9.0 pyicloud==0.10.2 # homeassistant.components.insteon -pyinsteon==1.0.14 +pyinsteon==1.0.16 # homeassistant.components.ipma pyipma==2.0.5