mirror of
https://github.com/sudoxnym/fin-assistant.git
synced 2026-04-14 11:37:38 +00:00
FIX: iot class
This commit is contained in:
parent
44c487bae5
commit
dda5322199
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ class JellyfinFlowHandler(config_entries.ConfigFlow):
|
|||
"""Config flow for Jellyfin component."""
|
||||
|
||||
VERSION = 1
|
||||
CONNECTION_CLASS = config_entries.CONN_CLASS_LOCAL_POLL
|
||||
CONNECTION_CLASS = config_entries.CONN_CLASS_LOCAL_PUSH
|
||||
|
||||
@staticmethod
|
||||
@callback
|
||||
|
|
|
|||
|
|
@ -7,5 +7,5 @@
|
|||
"issue_tracker": "https://github.com/koying/jellyfin_ha/issues",
|
||||
"requirements": ["jellyfin-apiclient-python==1.7.2"],
|
||||
"codeowners": ["@koying"],
|
||||
"iot_class": "cloud_push"
|
||||
"iot_class": "local_push"
|
||||
}
|
||||
Loading…
Reference in a new issue