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"],