From 1b187ff8a6c4f3a8081f4edac109920d344d00d0 Mon Sep 17 00:00:00 2001 From: = Date: Tue, 28 Mar 2023 10:26:23 +0200 Subject: [PATCH] added home-assistant --- podman/hass.sls | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 podman/hass.sls diff --git a/podman/hass.sls b/podman/hass.sls new file mode 100644 index 0000000..ca7dbd4 --- /dev/null +++ b/podman/hass.sls @@ -0,0 +1,3 @@ +{% from 'lib.sls' import container_deploy with context %} + +{{ container_deploy('hass') }}