From 60b3c36775b54d5a16cb635751ad9a6c7a87c1b5 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Thu, 27 Oct 2022 18:19:45 +0200 Subject: [PATCH] Add integration_type to onewire (#81097) --- homeassistant/components/onewire/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/onewire/manifest.json b/homeassistant/components/onewire/manifest.json index 87adc23ae18..a40b19f2055 100644 --- a/homeassistant/components/onewire/manifest.json +++ b/homeassistant/components/onewire/manifest.json @@ -1,6 +1,7 @@ { "domain": "onewire", "name": "1-Wire", + "integration_type": "hub", "documentation": "https://www.home-assistant.io/integrations/onewire", "config_flow": true, "requirements": ["pyownet==0.10.0.post1"],