FIX: iot class

This commit is contained in:
Chris Browet 2021-05-13 15:44:28 +02:00
parent 661c956580
commit 22849d2b2a
2 changed files with 2 additions and 2 deletions

View file

@ -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"
}

View file

@ -1,6 +1,6 @@
{
"name": "Jellyfin",
"domains": ["sensor", "media_player"],
"iot_class": ["Cloud Polling"],
"iot_class": ["Cloud Pushing"],
"render_readme": true
}