From 34d316e7b5b4465aaddcefa2d58dae02a9bb9afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henning=20Cla=C3=9Fen?= Date: Sun, 10 Mar 2024 11:02:25 +0100 Subject: [PATCH] Update the numato-gpio dependency of the numato integration to v0.12.0 (#112272) * Update the numato-gpio dependency of the numato integration to v0.12.0 * Augment numato integration manifest with integration_type Fulfills a requirement in the PR checklist. --- homeassistant/components/numato/manifest.json | 3 ++- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/numato/manifest.json b/homeassistant/components/numato/manifest.json index 7dcbeae1f21..e6efcea5315 100644 --- a/homeassistant/components/numato/manifest.json +++ b/homeassistant/components/numato/manifest.json @@ -3,7 +3,8 @@ "name": "Numato USB GPIO Expander", "codeowners": ["@clssn"], "documentation": "https://www.home-assistant.io/integrations/numato", + "integration_type": "hub", "iot_class": "local_push", "loggers": ["numato_gpio"], - "requirements": ["numato-gpio==0.10.0"] + "requirements": ["numato-gpio==0.12.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index db14d8f521d..6a0fc5031b4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1403,7 +1403,7 @@ nsw-fuel-api-client==1.1.0 nuheat==1.0.1 # homeassistant.components.numato -numato-gpio==0.10.0 +numato-gpio==0.12.0 # homeassistant.components.compensation # homeassistant.components.iqvia diff --git a/requirements_test_all.txt b/requirements_test_all.txt index a3d4c19621b..ac87156f109 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1121,7 +1121,7 @@ nsw-fuel-api-client==1.1.0 nuheat==1.0.1 # homeassistant.components.numato -numato-gpio==0.10.0 +numato-gpio==0.12.0 # homeassistant.components.compensation # homeassistant.components.iqvia