Skip to content

Commit 8cead00

Browse files
authored
Bump aioimmich to 0.10.1 (home-assistant#147293)
bump aioimmich to 0.10.1
1 parent db30900 commit 8cead00

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

homeassistant/components/immich/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ImmichConfigEntry) -> bo
3333
entry.data[CONF_HOST],
3434
entry.data[CONF_PORT],
3535
entry.data[CONF_SSL],
36+
"home-assistant",
3637
)
3738

3839
try:

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.9.1"]
11+
"requirements": ["aioimmich==0.10.1"]
1212
}

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)