From a056a80a992d44fef1d347cc893e71c721db1de2 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Fri, 24 Jan 2025 13:37:37 +0000 Subject: [PATCH] Add FindMy for integration Signed-off-by: Martyn Ranyard --- apps-kustomized/home-assistant/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps-kustomized/home-assistant/deploy.yaml b/apps-kustomized/home-assistant/deploy.yaml index ea341f9..e72318b 100644 --- a/apps-kustomized/home-assistant/deploy.yaml +++ b/apps-kustomized/home-assistant/deploy.yaml @@ -22,7 +22,7 @@ spec: command: - /bin/sh - -c - - pip install icalendar==5.0.13 qrcode recurring_ical_events beautifulsoup4 lxml pycryptodome icalevents ics ; /init + - pip install icalendar==5.0.13 qrcode recurring_ical_events beautifulsoup4 lxml pycryptodome icalevents ics FindMy==0.7.3; /init image: ghcr.io/home-assistant/home-assistant:2024.10.1 imagePullPolicy: IfNotPresent livenessProbe: