Skip to content
Snippets Groups Projects
Commit a6539928 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add gardena patch

Fix patch binary
parent f0f8af7c
Branches
Tags
No related merge requests found
home_assistant_image: ghcr.io/home-assistant/home-assistant:stable
home_assistant_patches:
- gardena-106282
......@@ -17,7 +17,7 @@
chdir: /opt/home-assistant
- name: Apply patches inside Container
command: docker compose exec -it app /bin/bash -c "cd /usr/src/homeassistant && patch -p1 -N -i /config/patches/{{ item }}.patch"
command: docker compose exec -it app /bin/bash -c "cd /usr/src/homeassistant && git apply /config/patches/{{ item }}.patch"
with_items: '{{ home_assistant_patches|default([]) }}'
args:
chdir: /opt/home-assistant
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment