From a15548e38791494f97b026720ff0e6b0463db12a Mon Sep 17 00:00:00 2001 From: Nathan Spencer Date: Mon, 24 Nov 2025 01:14:52 +0000 Subject: [PATCH] Fix iot_class --- custom_components/oasis_mini/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/oasis_mini/manifest.json b/custom_components/oasis_mini/manifest.json index 2d42fbd..635935c 100755 --- a/custom_components/oasis_mini/manifest.json +++ b/custom_components/oasis_mini/manifest.json @@ -6,7 +6,7 @@ "dhcp": [{ "registered_devices": true }], "documentation": "https://github.com/natekspencer/hacs-oasis_mini", "integration_type": "hub", - "iot_class": "local_polling", + "iot_class": "cloud_push", "issue_tracker": "https://github.com/natekspencer/hacs-oasis_mini/issues", "loggers": ["custom_components.oasis_mini"], "requirements": ["aiomqtt"],