From 0a1f73e3f7feeff6590cc3038db612195d3dcc27 Mon Sep 17 00:00:00 2001 From: Dave T <17680170+davet2001@users.noreply.github.com> Date: Tue, 30 Nov 2021 15:37:58 +0000 Subject: [PATCH] Correct Temper USB sensor IoT class (#60619) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- homeassistant/components/temper/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/temper/manifest.json b/homeassistant/components/temper/manifest.json index d80c44f8a87..0443987a87b 100644 --- a/homeassistant/components/temper/manifest.json +++ b/homeassistant/components/temper/manifest.json @@ -4,5 +4,5 @@ "documentation": "https://www.home-assistant.io/integrations/temper", "requirements": ["temperusb==1.5.3"], "codeowners": [], - "iot_class": "local_push" + "iot_class": "local_polling" }