From ae39ffd22b70fa004714320167183e894e217889 Mon Sep 17 00:00:00 2001 From: badguy99 <61918526+badguy99@users.noreply.github.com> Date: Thu, 29 Apr 2021 02:58:12 +0100 Subject: [PATCH] Add iot_class to manifest https://developers.home-assistant.io/docs/creating_integration_manifest/#iot-class --- custom_components/zwift/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/zwift/manifest.json b/custom_components/zwift/manifest.json index 2d60cb8..75adf22 100644 --- a/custom_components/zwift/manifest.json +++ b/custom_components/zwift/manifest.json @@ -5,5 +5,6 @@ "requirements": ["zwift-client==0.2.0"], "dependencies": [], "version": "3.2.1", - "codeowners": ["@snicker"] + "codeowners": ["@snicker"], + "iot_class": "cloud_polling" }