From 77a56a3e602f017dfe157bbd1e0fc62dee54e66f Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 23 Feb 2026 13:17:02 +0100 Subject: [PATCH] Add integration_type device to smart_meter_texas (#163398) --- homeassistant/components/smart_meter_texas/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/smart_meter_texas/manifest.json b/homeassistant/components/smart_meter_texas/manifest.json index 8bf44fbed152..a8397da06795 100644 --- a/homeassistant/components/smart_meter_texas/manifest.json +++ b/homeassistant/components/smart_meter_texas/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@grahamwetzler"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/smart_meter_texas", + "integration_type": "hub", "iot_class": "cloud_polling", "loggers": ["smart_meter_texas"], "requirements": ["smart-meter-texas==0.5.5"]