FIX: iot class

This commit is contained in:
Chris Browet 2021-06-06 11:29:12 +02:00
parent 44c487bae5
commit dda5322199
2 changed files with 2 additions and 2 deletions

View file

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

View file

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