Skip to content

Commit 9c9836d

Browse files
mib1185frenck
authored andcommitted
Bump aioimmich to 0.10.2 (home-assistant#148503)
1 parent e951fc4 commit 9c9836d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

homeassistant/components/immich/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"iot_class": "local_polling",
99
"loggers": ["aioimmich"],
1010
"quality_scale": "silver",
11-
"requirements": ["aioimmich==0.10.1"]
11+
"requirements": ["aioimmich==0.10.2"]
1212
}

homeassistant/components/immich/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def installed_version(self) -> str:
4444
return self.coordinator.data.server_about.version
4545

4646
@property
47-
def latest_version(self) -> str:
47+
def latest_version(self) -> str | None:
4848
"""Available new immich server version."""
4949
assert self.coordinator.data.server_version_check
5050
return self.coordinator.data.server_version_check.release_version

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)