mirror of
https://github.com/sudoxnym/fin-assistant.git
synced 2026-04-14 19:46:26 +00:00
FIX: iot class
This commit is contained in:
parent
661c956580
commit
22849d2b2a
2 changed files with 2 additions and 2 deletions
|
|
@ -6,5 +6,5 @@
|
||||||
"documentation": "https://www.home-assistant.io/integrations/emby",
|
"documentation": "https://www.home-assistant.io/integrations/emby",
|
||||||
"requirements": ["jellyfin-apiclient-python==1.7.2"],
|
"requirements": ["jellyfin-apiclient-python==1.7.2"],
|
||||||
"codeowners": ["@koying"],
|
"codeowners": ["@koying"],
|
||||||
"iot_class": "local_push"
|
"iot_class": "cloud_push"
|
||||||
}
|
}
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Jellyfin",
|
"name": "Jellyfin",
|
||||||
"domains": ["sensor", "media_player"],
|
"domains": ["sensor", "media_player"],
|
||||||
"iot_class": ["Cloud Polling"],
|
"iot_class": ["Cloud Pushing"],
|
||||||
"render_readme": true
|
"render_readme": true
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue