bump manifest to 1.1.2

This commit is contained in:
DevelopmentalOctopus 2022-07-05 14:29:14 -07:00 committed by GitHub
parent d39bb1e033
commit dde4c0eb03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
{ {
"domain": "jellyfin", "domain": "jellyfin",
"name": "Jellyfin", "name": "Jellyfin",
"version": "1.1.1", "version": "1.1.2",
"config_flow": true, "config_flow": true,
"documentation": "https://github.com/koying/jellyfin_ha", "documentation": "https://github.com/koying/jellyfin_ha",
"issue_tracker": "https://github.com/koying/jellyfin_ha/issues", "issue_tracker": "https://github.com/koying/jellyfin_ha/issues",
"requirements": ["jellyfin-apiclient-python==1.7.2"], "requirements": ["jellyfin-apiclient-python==1.7.2"],
"codeowners": ["@koying"], "codeowners": ["@koying"],
"iot_class": "local_push" "iot_class": "local_push"
} }