From 22849d2b2a4ac588a2064e431cf1cffcff9e2d58 Mon Sep 17 00:00:00 2001 From: Chris Browet Date: Thu, 13 May 2021 15:44:28 +0200 Subject: [PATCH] FIX: iot class --- custom_components/jellyfin/manifest.json | 2 +- hacs.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/jellyfin/manifest.json b/custom_components/jellyfin/manifest.json index c980ff7..a91e73e 100644 --- a/custom_components/jellyfin/manifest.json +++ b/custom_components/jellyfin/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://www.home-assistant.io/integrations/emby", "requirements": ["jellyfin-apiclient-python==1.7.2"], "codeowners": ["@koying"], - "iot_class": "local_push" + "iot_class": "cloud_push" } \ No newline at end of file diff --git a/hacs.json b/hacs.json index 375fb91..dfec38a 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,6 @@ { "name": "Jellyfin", "domains": ["sensor", "media_player"], - "iot_class": ["Cloud Polling"], + "iot_class": ["Cloud Pushing"], "render_readme": true } \ No newline at end of file