From 4dc4199edc7b2672f863b16dc98043fe80dc7152 Mon Sep 17 00:00:00 2001 From: riegera Date: Wed, 20 May 2026 12:36:37 +0200 Subject: [PATCH] =?UTF-8?q?shellcommands.yaml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shellcommands.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 shellcommands.yaml diff --git a/shellcommands.yaml b/shellcommands.yaml new file mode 100644 index 0000000..1fae69c --- /dev/null +++ b/shellcommands.yaml @@ -0,0 +1,8 @@ +export_state_ratio_csv: >- + /config/scripts/export_state_ratio_csv.sh + "{{ target_entity }}" + "{{ target_state }}" + "{{ dependence_entity | default('', true) }}" + "{{ dependence_state | default('', true) }}" + "{{ interval_start }}" + "{{ interval_stop }}" \ No newline at end of file