diff --git a/homeassistant/components/radiotherm/manifest.json b/homeassistant/components/radiotherm/manifest.json index 185a034d7f2..916a2b7261e 100644 --- a/homeassistant/components/radiotherm/manifest.json +++ b/homeassistant/components/radiotherm/manifest.json @@ -13,6 +13,7 @@ } ], "documentation": "https://www.home-assistant.io/integrations/radiotherm", + "integration_type": "device", "iot_class": "local_polling", "loggers": ["radiotherm"], "requirements": ["radiotherm==2.1.0"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 7cb175378d0..f1e40952139 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -5438,7 +5438,7 @@ }, "radiotherm": { "name": "Radio Thermostat", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },