Compare commits

...

2 Commits

Author SHA1 Message Date
Martyn a056a80a99 Add FindMy for integration
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2025-01-24 13:37:37 +00:00
Martyn 8fd2c04e9c latest only exists as sha hash or latest
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2025-01-18 17:39:52 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ spec:
command: command:
- /bin/sh - /bin/sh
- -c - -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 image: ghcr.io/home-assistant/home-assistant:2024.10.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:

View File

@ -24,7 +24,7 @@ spec:
value: en value: en
- name: WHOOGLE_CONFIG_SEARCH_LANGUAGE - name: WHOOGLE_CONFIG_SEARCH_LANGUAGE
value: en value: en
image: benbusby/whoogle-search:0.8.4 image: benbusby/whoogle-search@sha256:ecccdb598f890140bf5564ea0307d3a72871ab3d14fbf22e308b904846e5c590
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
failureThreshold: 3 failureThreshold: 3